Concept Framework 1.0 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: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |