so i have a string that looks like this:
("food", "color", "ect", "ect")
how do i go about getting just the specific parts of the string like food and color?
Last edited on
If I was doing it, I'd remove the non-alpha chars and then look for the spaces.