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.
|