capture each item in comma seperated list with reg ex?
I have a comma separated list, the curve ball is, some of the items are strings with commas inside them (so I cant just exploid the string using a comma as a separator). How can I write a reg to capture the 10 items?
Bookmarks