|
|
Browse by Tags
All Tags » .net » comma seperation
-
Hi,
Can anybody helpme to create a regex that allow number and coma in between
also we must allow only 10 comas in btween the nubmers..
ie. it wil be like 95,5,65,8,.... upto 10 numbers i can enter with coma seperated..
is it possible for that...???
-
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 ...
|
|
|