Displaying 1 result from an estimated 1 matches for "20regex".
2006 Apr 07
1
regexp in gotoif
Hello!
this is a short one: in a gotoif-statement i would like to match a
variable to a number, where the number could have digits from 2-6.
asterisk only seems to be capable to match such a digit-range when used
in the extension, but not in a regexp, at least the following query
doesn't work:
exten => _X.,1,GotoIf($[${EXTEN} : 234[2-6]]?jump:)
obviously asterisk has a problem with