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
Generated Version¶
This documentation was generated from Asterisk branch 22 using version GIT