Concept Framework 1.0 documentation Contents | Index

standard.lib.preg

Static library name Version Deprecated
standard.lib.preg version 1.0 no

Import library : standard.lib.preg
(you must include this at the top of your source: "import standard.lib.preg" (no quotes)


Description:
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.


Contained static functions:
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