meta data for this page
Functions to handle regular expressions
The following functions are available in IBEBlock to handle work with regular expressions:
Function | Description |
---|---|
ibec_re_Create | |
ibec_re_Free | |
ibec_re_Exec | Runs a specified application. |
ibec_re_ExecNext | |
ibec_re_Match | |
ibec_re_SetExpression | |
ibec_re_Replace | |
ibec_re_Replace2 | |
ibec_preg_Match | Searches Subject for a match to the regular expression given in Pattern. |
ibec_preg_Replace | Searches Subject for matches to Pattern and replaces them with Replacement. |