Posts by Lucas Bergmann • 23 points
1 post
-
2
votes1
answer84
viewsQ: Regular expression to validate a field
I have an input in the form that should accept only the following formats: Examples 1AB 1AB2CD 1AB2CD3EF The minimum size has to be 3 and the maximum 9, and always follow the standard 1 digit and 2…