They’re pretty easy actually, it took me half an hour to learn the basics.
Here’s your regex anyways:
[a-zA-Z]{2}\d{3}[a-zA-Z0-9]{1}
See it at work here.
8
solved Regex for userid validation [closed]
They’re pretty easy actually, it took me half an hour to learn the basics.
Here’s your regex anyways:
[a-zA-Z]{2}\d{3}[a-zA-Z0-9]{1}
See it at work here.
8
solved Regex for userid validation [closed]