Regular expressions are not part of the Mythryl language definition; they are instead defined by the Mythryl standard library.
The Mythryl standard library contains support for a number of regular expression variants. The preferred variant for most purposes is Allen Leung’s regular expression facility, which implements a subset of Perl5 regular expression syntax. This is the facility behind the regex package and the default binding of =~.