Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
preg_match | version 1.0 | no |
number preg_match(string string_to_parse, string pattern[, number options]) |
string_to_parse | the string to be parsed |
pattern | the pattern |
options | a conbination of : PCRE_MULTILINE, PCRE_DOTALL, PCRE_EXTENDED, PCRE_ANCHORED, PCRE_DOLLAR_ENDONLY, PCRE_EXTRA, PCRE_NOTBOL, PCRE_NOTEOL, PCRE_UNGREEDY, PCRE_NOTEMPTY, PCRE_UTF8, PCRE_NO_AUTO_CAPTURE, PCRE_NO_UTF8_CHECK, PCRE_AUTO_CALLOUT, PCRE_PARTIAL, PCRE_DFA_SHORTEST, PCRE_DFA_RESTART, PCRE_FIRSTLINE |
Perform a regular expression match. Searches string_to_parse for a match to the regular expression given in pattern. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |