4,103 questions
Try this expression: [6Hh][A-Za-z0-9]{39}
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
i use [A-Za-z0-9]{40} to find the string with all possible charecters. now how can i force the regex to find just those begining with either digit 6 Or letter H ?
Thanks.
Try this expression: [6Hh][A-Za-z0-9]{39}
.