I would like to parse a line of text, using regular expressions (i have good knowlegde of reg expr, don't worry), but I can't seem to find a way to parse a string that contains comma's.
Code:
 $regexp(%var,re) 

works fine, as long as the %var doesn't contian any comma's. I tried to put all sorts of brackets around %var, but I couldn't find a solution...
Can anyone help me?