Concept Framework 2.2 documentation | Contents | Index |
Static library name | Version | Deprecated |
standard.lib.preg | version 1.0 | no |
Regular Expression Functions (Perl-Compatible). Check http://www.pcre.org/pcre.txt for more information on PCRE.
The syntax for patterns used in these functions closely resembles Perl. The expression should be enclosed in the delimiters, a forward slash (/), for example. Any character can be used for delimiter as long as it's not alphanumeric or backslash (\). If the delimiter character has to be used in the expression itself, it needs to be escaped by backslash. |
preg | Split string by a regular expression |
preg_match | Perform a regular expression match |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |