Posts by user37750 • 31 points
1 post
-
3
votes1
answer271
viewsQ: Regular expression in Pattern
I have a text input that I’m validating with regular expression, the expression rule is the following: it starts with a number between 0 and 2 and then 6 more random numbers, but I don’t know why it…