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 Regular expression for comma separated integer values
Expression
^[0-9][0-9,]*[0-9]$
Description
It is for Comma separated integer values only.it won't allow comma before and end string. Valid Expression : 123,345,4444444,56,6 Invalid Expressions : 12,@@34,fsff,333, ,12,234,456 34,567,3456, 111,11fff,&*,fff,567 the above all invalid.
Matches
123,345,4444444,56,6
Non-Matches
12,@@34,fsff,333,
Author Rating: Not yet rated. pavan kumar
   Displaying page 1 of 1 pages; Items 1 to 1

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