|
|
Browse by Tags
All Tags » .net » backreference
-
I need a regex that matches a string containing a delimited list of digits. While this seems fairly straightforward, the following requirements must be met:
1) Any number of spaces that occur before or after a delimiter should be accepted (e.g. '3 , 9 ' is OK)
2) The string can ...
|
|
|