Method | Description | |
---|---|---|
match ( $subject, $pattern, $flags, $offset ) : mixed | Performs a regular expression match. | |
replace ( $subject, $pattern, $replacement = NULL ) : string | Perform a regular expression search and replace. | |
split ( $subject, $pattern, $flags ) : array | Splits string by a regular expression. |