For example, if I have:
{camera lidar radar}
from a text file and I wish to read from the text file and place "camera", "lidar", and "radar" as separate C-Style Strings from a text (.txt) file, how would I do that?
Note that there is also more text in the line and I wish to ignore the '{' and '}' characters.