Skip to content

Tutorial Regular Expressions

Keith Sterling edited this page Sep 26, 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


Back to Tutorial | Back - Sets | Next - Symbolic Reduction

Clone this wiki locally