preg_replace

Performs a regular expression search and replace operation on a string or array of strings.

Parameters

main.php
PHP 8.4 | UTF-8
Ready
Line: 1, Column: 1

Return Values

Notes

Changelog

Related Functions

Performs a regular expression match against a string and returns whether a match was found.

regexpatternvalidation

Replaces all occurrences of search string with replacement string.

replacesanitizeclean

strtr

String

Translates characters or replaces substrings in a string using either character mapping or replacement pairs.

replacetranslatesubstitute