RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details Comma Separated digits string
Expression
(^\d{1,9})+(,\d{1,9})*$
Description
Positive Whole number matched from 0 to 9999999. Only 9 digits length is allowed in every comma separated value.Can be easily changed to modify the length of the comma separated values.
Matches
123,158,19 | 123456789,9568523,1 | 1,2,3
Non-Matches
0,0, | ,3444,0999 | 1234567890,25689,1425
Author Rating: Not yet rated. Tushar Patil
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials