preg_match_all
  • References/PHP/Function/Text Processing/PCRE

(PHP 4, PHP 5, PHP 7) Perform a global regular expression match

2025-01-10 15:47:30
preg_replace_callback_array
  • References/PHP/Function/Text Processing/PCRE

(PHP 7) Perform a regular expression search and replace using callbacks

2025-01-10 15:47:30
preg_match
  • References/PHP/Function/Text Processing/PCRE

(PHP 4, PHP 5, PHP 7) Perform a regular expression match

2025-01-10 15:47:30
preg_last_error
  • References/PHP/Function/Text Processing/PCRE

(PHP 5 >= 5.2.0, PHP 7) Returns the error code of the last PCRE regex execution

2025-01-10 15:47:30
preg_grep
  • References/PHP/Function/Text Processing/PCRE

(PHP 4, PHP 5, PHP 7) Return array entries that match the pattern

2025-01-10 15:47:30
Perl Differences
  • References/PHP/Function/Text Processing/PCRE/PCRE Patterns

2025-01-10 15:47:30
preg_replace
  • References/PHP/Function/Text Processing/PCRE

(PHP 4, PHP 5, PHP 7) Perform a regular expression search and replace

2025-01-10 15:47:30
preg_replace_callback
  • References/PHP/Function/Text Processing/PCRE

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Perform a regular expression search and replace using a callback

2025-01-10 15:47:30
Pattern Modifiers
  • References/PHP/Function/Text Processing/PCRE/PCRE Patterns

Examples: Use of this modifier is discouraged, as it can easily introduce security vulnerabilites:

2025-01-10 15:47:30
preg_split
  • References/PHP/Function/Text Processing/PCRE

(PHP 4, PHP 5, PHP 7) Split string by a regular expression

2025-01-10 15:47:30