📅  最后修改于: 2022-03-11 14:53:43.195000             🧑  作者: Mango
Be careful when commenting out regular expressions.
E.g. the following causes a parser error.
I do prefer using # as regexp delimiter anyway so it won't hurt me ;-)
setPattern('/^\d.*/');
*/
?>