Answers for "regex for numbers only or combination of char and numbers"

4

regex for number and letters

let regex = /[^A-Za-z0-9]+/
Posted by: Guest on July-16-2020
1

regex for counting characters

( *?[0-9a-zA-Z] *?){10,}
Posted by: Guest on July-02-2020

Code answers related to "regex for numbers only or combination of char and numbers"

Code answers related to "Javascript"

Browse Popular Code Answers by Language