I’m fairly new and I couldn’t get this to work properly.
I have this string
[“string1″,”string2″,”string3″,”string4″,”string5″,”string6″,”string7″,”string8″,”string9″,”string10”]
And I want to get all values between the “
I think regex would be best to do the task.
Thanks for your help.
This will capture between the quotes:
An expanded example: