Bug in docs for REGEX function

wiki.asterisk.org/wiki/display/ … tion_REGEX

[code]Syntax

REGEX(“regular expression”,string)[/code]

Should be:

[code]Syntax

REGEX(“regular expression” string)[/code]

If you put a comma there it is concatenated to the string:
REGEX("^,someth",something) == 1

Howdy,

Can you open an issue report here:

issues.asterisk.org/jira

Thank you :smile:

Just did, thx for the link.

Many thanks. :smile: