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's the Difference Between stristr and Regular Expression (preg_match) in PHP?
3
How to Use the is_double Function in Conjunction with filter_var to Validate Floating Point Inputs?
8
PHP Limit Function Explained: Improve Performance and Optimize Database Queries
3
7
Similar Functions
preg_last_error
preg_last_error
Returnstheerrorcodeg
preg_replace_callback
preg_replace_callback
Performaregularexpre
preg_grep
preg_grep
Returnsarrayentriest
preg_last_error_msg
preg_last_error_msg
Returnstheerrormessa
preg_filter
preg_filter
Performregularexpres
preg_split
preg_split
Separatestringsbyare
preg_replace
preg_replace
Performaregularexpre
preg_match
preg_match
Performregularexpres
Popular Articles