Regex sur les noms
// this filter works for most of cases
/* use this regex */ preg_match("/^[a-z ,.'-]+$/i", your_string);
L'homme habile
// this filter works for most of cases
/* use this regex */ preg_match("/^[a-z ,.'-]+$/i", your_string);