Relative Content

Tag Archive for regex

RegEx for 3 characters and 7 numbers with no special characters

I am still learning to do regex, but this one gets me stumped for a while. I am trying to make a regex expression to match the strings like TOL1234567 or tol1234567. There should be ‘TOL’ at the first and then there will be 7 numbers after. No special characters are needed.