Hi. Can someone tell me where I can learn to write custom code or just help me write this code? I need a match regex validation code so that they have to enter 3 letters followed by 4 numbers. For example: SMI0405
Page 1 / 1
^\\D{3}\\d{4}$
That worked. Thank you so much!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.