F
Frank
Hi,
reg expressions are very handy but it's not my speciality. Can someone help
me constructing one for the next problem?
PxxyyPxxyyPxxyyy
Thats the string I have to split. The Pxx is always constructed like that, a
'P' and 2 numbers or letters.
The yy can be 1 or more numbers or letters.
The xx's and yy's belong to a group combined with the 'P' and I need both of
the values.
I guess I have to loop through a matchCollection.
Thanks for your help.
Frank
reg expressions are very handy but it's not my speciality. Can someone help
me constructing one for the next problem?
PxxyyPxxyyPxxyyy
Thats the string I have to split. The Pxx is always constructed like that, a
'P' and 2 numbers or letters.
The yy can be 1 or more numbers or letters.
The xx's and yy's belong to a group combined with the 'P' and I need both of
the values.
I guess I have to loop through a matchCollection.
Thanks for your help.
Frank