G
G .Net
Hi
I was wondering if you could help me with the following:
I have a string e.g. "#54x454#,#22b6#,#885333#".
I want to be able to store in an array list, the following from the string:
54x454
22b6
885333
That is, the items between the hash signs.
I believe this could be done with regular expressions?
Can anybody show me some code to achieve this. By the way, there may be more
than three items.
Thanks in advance
G
I was wondering if you could help me with the following:
I have a string e.g. "#54x454#,#22b6#,#885333#".
I want to be able to store in an array list, the following from the string:
54x454
22b6
885333
That is, the items between the hash signs.
I believe this could be done with regular expressions?
Can anybody show me some code to achieve this. By the way, there may be more
than three items.
Thanks in advance
G