I have a string in the in the following format
,"value","value2","3",("this is, a test"), "3"
How can I split by commas when they are not within parenthesis?
Edit: Sorry slight problem/correction, inside the parenthesis the format is actually
,"value","value2","3",(THIS IS THE FORMAT "AND QUOTES, INSIDE"), "3"
Consider this code:
OUTPUT: