Answers for "only allow characters and numbers regex"

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 "only allow characters and numbers regex"

Code answers related to "Javascript"

Browse Popular Code Answers by Language