UpNext

11.2.1  Perl5 Regular Expression Overview

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 =~.


Comments and suggestions to: bugs@mythryl.org

UpNext