Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
preg_filter
preg_filter
Perform regular expression search and replacement
Name:
preg_filter
Category:
Regular processing PCRE
Programming Language:
php
One-line Description:
Returns a string or array of replaced pattern matches, provided that a match is found.
Related
How to Efficiently Handle Array Data Using preg_filter and explode Functions
2
How to Use the preg_filter Function to Efficiently Remove HTML Tags from Strings?
6
The Correct Way to Handle Multi-Line Text Line Breaks with preg_filter
4
Similar Functions
preg_grep
preg_grep
Returnsarrayentriest
preg_replace_callback
preg_replace_callback
Performaregularexpre
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_quote
preg_quote
Escaperegularexpress
preg_last_error_msg
preg_last_error_msg
Returnstheerrormessa
preg_match
preg_match
Performregularexpres
preg_split
preg_split
Separatestringsbyare
preg_match_all
preg_match_all
Performglobalregular
Popular Articles
The Correct Way to Handle Multi-Line Text Line Breaks with preg_filter
How to Use the preg_filter Function to Efficiently Remove HTML Tags from Strings?
How to Efficiently Handle Array Data Using preg_filter and explode Functions