Answers for "regex that accepts only numbers and letters"

0

regex to allow only numbers letters and hyphen

/^[0-9A-Za-z\s\-]+$/
Posted by: Guest on April-25-2021
11

regex 10 numbers only

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

Code answers related to "regex that accepts only numbers and letters"

Code answers related to "Javascript"

Browse Popular Code Answers by Language