Basic information about regular expressions

Regular expressions (regexp) are a convenient way to describe text templates. With the help of regular expressions, you can search, replace and check text based on the specified templates.

You can read more about regular expressions on Wikipedia.

You can check the correctness of the compiled regular expressions on this site.

In Botmother, regular expressions are used in Fork, User input components, and in Template and Deeplink events.