MOROS Regular Expression Engine

MOROS include a simplified regular expression engine with the following syntax:

The engine is UTF-8 aware, so for example the unicode character é will be matched by \w even if it's not present in the ASCII table and has a size of two bytes.