Answers for "regex to allow only letters and numbers"

0

regex to allow only numbers letters and hyphen

/^[0-9A-Za-zs-]+$/
Posted by: Guest on April-25-2021
3

regex 10 numbers only

@"^d{10}$"
Posted by: Guest on May-10-2021

Code answers related to "regex to allow only letters and numbers"

Browse Popular Code Answers by Language