Next: 1.7.1 Matching
Up: 1. Onyx Language Tutorial
Previous: 1.6.1 Efficiency issues
  Contents
  Index
Onyx provides regular expression support that is very similar to what the Perl
programming language provides. There are two special data types, regex and
regsub, that are specific to regular expressions, but there is no special
language syntax devoted to regular expressions, unlike Perl. Instead, patterns
and substitution templates are specified via normal strings, and flags are
specified via dictionaries.
Subsections
Jason Evans
2003-01-31