H
Holger Kasten
Hi there, could some one give me some help on how to use regex
to do the following:
I have a string: "x+y+foo(z)*abc(fun(a+bbb)*y)"
And woould like to get two lists containing that:
list 1: x,y,z,a,bbb,y
list 2: foo,abc,fun
Thx for you help,
Holger
to do the following:
I have a string: "x+y+foo(z)*abc(fun(a+bbb)*y)"
And woould like to get two lists containing that:
list 1: x,y,z,a,bbb,y
list 2: foo,abc,fun
Thx for you help,
Holger