You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to parse only when a character is found, but don't return it?
For example, with the quoted string example, I'd like to return the actual inner string. "abc" would return the string abc, "a\"bc" would return the string a"bc, etc.