Home > Article > Backend Development > Regular expression to match PHP function names
[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*
Reference: http://php.net/manual/zh/functions.user-defined.php
The above introduces Regular expression to match PHP function names, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.