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
Can convert_cyr_string Clean Text? Try Using It with str_replace for Encoding Cleanup
2
Similar Functions
preg_split
preg_split
Separatestringsbyare
preg_filter
preg_filter
Performregularexpres
preg_last_error_msg
preg_last_error_msg
Returnstheerrormessa
preg_match
preg_match
Performregularexpres
preg_last_error
preg_last_error
Returnstheerrorcodeg
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_replace
preg_replace
Performaregularexpre
preg_grep
preg_grep
Returnsarrayentriest
Popular Articles
Can convert_cyr_string Clean Text? Try Using It with str_replace for Encoding Cleanup