This page last changed on Jul 20, 2012 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
Import Version
This documentation was imported from Asterisk Version SVN-trunk-r370328
|