starter99
0
Q:

php preg_replace function

preg_replace($pattern, $replacement, $subject [, $limit [, &$count]]);
// Returns an array if the subject parameter is an array,
// or a string otherwise.
// If matches are found, the new subject will be returned, otherwise
// subject will be returned unchanged or NULL if an error occurred.
0
preg_replace($pattern, $replacement, $string);
0

New to Communities?

Join the community