Question: I need to parse the following line: (Java) Shape Color (r, g, b) at (x, y) String; and I'm having trouble grabbing the string portion.
I need to parse the following line: (Java)
Shape Color (r, g, b) at (x, y) "String";
and I'm having trouble grabbing the string portion. I currently am parsing the quote and string, but when I parse the closing quotation mark, it says it's expecting a string afterwards and not the semicolon. If I don't parse the closing quotation mark, it says the same thing. If I don't parse any quotation marks at all, it assumes it's the end of file. Any help would be awesome!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
