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