regex on names

Solutions on MaxInterview for regex on names by the best coders in the world

showing results for - "regex on names"
Charis
28 Jan 2020
1// this filter works for most of cases
2
3/* use this regex */ preg_match("/^[a-z ,.'-]+$/i", your_string);
similar questions
queries leading to this page
regex on names