This page last changed on Mar 30, 2011 by wikibot.
REGEX()
Synopsis
Check string against a regular expression.
Description
Return 1 on regular expression match or 0 otherwise
Please note that the space following the double quotes separating the regex from the data is optional and if present, is skipped. If a space is desired at the beginning of the data, then put two spaces there; the second will not be skipped.
Syntax
Arguments
- "regular expression"
- string
See Also
Import Version
This documentation was imported from Asterisk version SVN-branch-1.8-r311874.
|