Answers for "regular expression to allow only numbers and dots"

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 "regular expression to allow only numbers and dots"

Browse Popular Code Answers by Language