Documentation

Parser.RegEx.Compile

RegEx Syntax #

We currently use a very simplified form for regular expression syntax.

Operators:

These are listed from lowest to highest precedence.

Character matching:

Character classes support single characters and character ranges. The special characters -, [, \, ] must be preceded by an escape character \ within a class.

Compiles a regex from a string, returns none on faiure

Equations
Instances For

    Compiles a regex from a string, panics on faiure

    Equations
    Instances For