📜  名称上的正则表达式 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:41.407000             🧑  作者: Mango

代码示例1
// this filter works for most of cases

/* use this regex */ preg_match("/^[a-z ,.'-]+$/i", your_string);