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

Regular expression to match PHP function names

WBOY
Release: 2016-07-28 08:28:02
Original
840 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template