Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
preg_quote
preg_quote
Escape regular expression characters
Name:
preg_quote
Category:
Regular processing PCRE
Programming Language:
php
One-line Description:
Escape characters with special meanings in regular expressions by adding backslashes to regular expressions.
Related
Complete Guide to PHP Configuration on Mac (with Composer Dependency Management)
4
Solve the problem of ob_list_handlers returning empty arrays
8
What should you pay attention to when using parse_url to obtain subdomain names?
3
Mysqli_stmt::$error and mysqli_stmt::execute()
6
Similar Functions
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_grep
preg_grep
Returnsarrayentriest
preg_last_error
preg_last_error
Returnstheerrorcodeg
preg_replace
preg_replace
Performaregularexpre
preg_filter
preg_filter
Performregularexpres
preg_split
preg_split
Separatestringsbyare
preg_match_all
preg_match_all
Performglobalregular
preg_replace_callback
preg_replace_callback
Performaregularexpre
Popular Articles