PHP » GoLang |
login |
register |
about
|
GoLang preg_replace_callback_array
request it (438)
GoLang replacement for PHP's preg_replace_callback_array
[edit | history]
PHP preg_replace_callback_arrayPHP original manual for preg_replace_callback_array [ show | php.net ]preg_replace_callback_array(PHP 7) preg_replace_callback_array — Perform a regular expression search and replace using callbacks Description
mixed preg_replace_callback_array
( array
$patterns_and_callbacks
, mixed $subject
[, int $limit = -1
[, int &$count
]] )The behavior of this function is similar to preg_replace_callback(), except that callbacks are executed on a per-pattern basis. Parameters
Return Values
preg_replace_callback_array() returns an array if the
If matches are found, the new subject will be returned, otherwise
Examples
Example #1 preg_replace_callback_array() example
<?php The above example will output: 6 matches for "a" found 3 matches for "b" found See Also
|
more
Recently updated
more
Most requested
more
Last requests
|