I wish to find a character such as ',' in a string unless it is surrounded by double quotes.
For example in the string: 'Example, "String,"'
I would like it to match the comma after 'Example' but not after 'String'.
Is there a regex that can do this?