Answers for "regex for all characters except empty"

1

regex to match empty string

/^$/ // match exactly ""
Posted by: Guest on July-31-2021

Code answers related to "regex for all characters except empty"

Code answers related to "Javascript"

Browse Popular Code Answers by Language