Structs§
- ERE
- A represents a POSIX-compliant ERE. Primarily intended for use as a parser.
Enums§
- Atom
- Represents a part of an
ERE
that matches a single character. For example, a single chara
, a char class.
, or a bracket expression[a-z]
. - Bracket
Char Class - From https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap09.html#tag_09_03_05
- Bracket
Expression Term - Char
Class