M
msnews.microsoft.com
hi all,
i'm trying to retrieve contents that are comma delimited like the following.
aaa, bbb, ccc, ddd
how would my regular expression match string look.
also what if there are whitespaces (cr,lf,tab) how would like ignore them ?
aaa(cr,lf, spaces), bbb, ccc.........
thanks,
i'm trying to retrieve contents that are comma delimited like the following.
aaa, bbb, ccc, ddd
how would my regular expression match string look.
also what if there are whitespaces (cr,lf,tab) how would like ignore them ?
aaa(cr,lf, spaces), bbb, ccc.........
thanks,