Skip to content

Tutorial Regular Expressions

Keith Sterling edited this page Sep 25, 2017 · 8 revisions

Regular Expressions

Patterns

<regex>^[a-z]$</regex>
<regex pattern="^[a-z]$" />

Templates

<regex template="telephone_number" />

The regex template file is defined in the following section of the bot configuration

brain:
    files:
        regex_templates: $BOT_ROOT/config/regex-templates.txt

For more information on the regex pattern tag including a full description of how to use it, see the wiki page Regular Expressions

Clone this wiki locally