Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
preg_replace
preg_replace
Perform a regular expression search and replacement
Name:
preg_replace
Category:
Regular processing PCRE
Programming Language:
php
One-line Description:
Returns a string where the pattern match is replaced by a substring in the given string.
Related
How to Accurately Retrieve Database Column Names and Data Types Using PDOStatement::getColumnMeta Function?
4
How to use bccomp function to perform arbitrary numerical comparison
2
In-depth Analysis of Common PHP Development Issues and Effective Solutions
3
How to encapsulate an enhanced version of the get_client_version tool class
3
Similar Functions
preg_split
preg_split
Separatestringsbyare
preg_match_all
preg_match_all
Performglobalregular
preg_quote
preg_quote
Escaperegularexpress
preg_grep
preg_grep
Returnsarrayentriest
preg_replace_callback
preg_replace_callback
Performaregularexpre
preg_replace
preg_replace
Performaregularexpre
preg_match
preg_match
Performregularexpres
preg_last_error
preg_last_error
Returnstheerrorcodeg
Popular Articles