in reply to matching two or more characters and substituting
my @tokens=split(/[,"]+/,$string);#split using comma"es # ^ ^^ [download]