WA
12-25-2002, 07:51 AM
Hi:
Lets say I wish to match a set of numbers, such as 3, 25, 6, 5 using regular expressions. What would the expression be? Something like:
[32565]
obviously doesn't work. How would I seperate the numbers?
Thanks for the help.
Lets say I wish to match a set of numbers, such as 3, 25, 6, 5 using regular expressions. What would the expression be? Something like:
[32565]
obviously doesn't work. How would I seperate the numbers?
Thanks for the help.