Quote:
Originally Posted by ackomb
Works perfect except for one little snag, where I had to circumvent an ' in one of the tags with a \ like in regex.
|
Another way to handle that is to use " as a string delimiter instead of '. Example: "a, b'c, d" is valid without the escapes. If the string contains both " and ' characters then you must escape one of them.