2. Regular Expressions are "formulas" used to describe a string of text. Regular expressions (regex, regexes) are at
the heart of dialplan, and are used in many other parts of FreeSWITCH configuration. You can describe patterns
of extensions, DIDs, users, callers, callees, gateways, etc with regular expressions in FreeSWITCH.
3. In dialplan regexes are used to define the "expression" criterion of the "condition" tag.
6. The regex FreeSWITCH console command needs at least two arguments: the
data to test and the pattern to match against. The arguments are separated by a |
(pipe) character. The regex command will return true if the data and the pattern
match, otherwise it will return false.
7. You can check regular expression online here:
https://regex101.com/