Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
preg_match
preg_match
Perform regular expression matching
Name:
preg_match
Category:
Regular processing PCRE
Programming Language:
php
One-line Description:
Find the first match of the pattern in the string.
Related
What are the basic uses of the assert function in PHP? A detailed introduction to the functionality and use cases of the assert function
3
Use next_result() to correctly process multiple results returned by stored procedures
5
What is the default return value of get_include_path()? How to adjust?
2
PHP Frameworks in Mobile Development: Best Options Analyzed
4
Similar Functions
preg_split
preg_split
Separatestringsbyare
preg_replace_callback
preg_replace_callback
Performaregularexpre
preg_match
preg_match
Performregularexpres
preg_replace
preg_replace
Performaregularexpre
preg_match_all
preg_match_all
Performglobalregular
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_last_error
preg_last_error
Returnstheerrorcodeg
preg_last_error_msg
preg_last_error_msg
Returnstheerrormessa
Popular Articles