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
How to combine mysqli::get_warnings and exception mechanisms to unify error handling
9
Calling cosh in WordPress plugin to implement math extension
6
How to pass PHP data across pages through serialize function?
9
Comprehensive Guide to ThinkPHP5 Model Methods: Creation, Query, Insert, Update, Delete
8
Similar Functions
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_quote
preg_quote
Escaperegularexpress
preg_filter
preg_filter
Performregularexpres
preg_match
preg_match
Performregularexpres
preg_grep
preg_grep
Returnsarrayentriest
preg_last_error
preg_last_error
Returnstheerrorcodeg
preg_last_error_msg
preg_last_error_msg
Returnstheerrormessa
preg_split
preg_split
Separatestringsbyare
Popular Articles