Answers for "regex pattern for numbers and alphabets only"

1

regex notation for alphabet characters

/^[A-Z]+$/i
/^[A-Za-z]+$/
Posted by: Guest on July-05-2020
0

not alphabet regex

[^a-zA-Z]*
Posted by: Guest on November-06-2020

Code answers related to "regex pattern for numbers and alphabets only"

Browse Popular Code Answers by Language