| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| preg | version 1.0 | no |
| array |
| 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 |
| Split string by a regular expression . Returns an array containing substrings of string_to_parse split along boundaries matched by pattern. |
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |