3
How can I verify if a value is numerical, and only numerical (without occurrence of points, strokes, etc.), regardless of the amount of characters that the number contains, besides having exactly 9 characters, neither more nor less?
Accepted examples: 111111111, 222222222222, 123456789
Examples not accepted: 1,000, 3.50, 12345678
Another interesting Regex checker is: http://www.regexplained.co.uk/
– gmsantos
@gmsantos liked the fact that he explained the regex, but I think it would fit a data field :-)
– Tiago César Oliveira