Posts by J.Ribeiro • 23 points
1 post
-
2
votes1
answer699
viewsQ: Regex to validate a 5-digit alphanumeric field
I’m doing a regular expression to validate an alphanumeric field of up to five digits. The first field should be numerical only, the rest can be letters or numbers: ex: 1A, 11A, 111A, 1111A, 1, 11,…