Answers for "how to find the first matched item with regex in javascript"

2

javascript regex for firstname

var nameRegex = /^[a-zA-Z\-]+$/;
Posted by: Guest on May-02-2021

Code answers related to "how to find the first matched item with regex in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language