Home  >  Article  >  Backend Development  >  Regular expression to match PHP function names

Regular expression to match PHP function names

WBOY
WBOYOriginal
2016-07-28 08:28:02822browse

[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.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn