| parrotcode: PHP pcre Library | |
| Contents | Language Implementations | Pipp |

php_pcre.pir - PHP pcre Library


array preg_grep(string regex, array input [, int flags])int preg_last_error()int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])string preg_quote(string str [, string delim_char])string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])string preg_replace_callback(mixed regex, mixed callback, mixed subject [, int limit [, count]])array preg_split(string pattern, string subject [, int limit [, int flags]])
|
|
|