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" />

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