Module pattern

Module pattern 

Source
Expand description

Patterns to prescribe matching behaviour.

Structs§

Atom
A single pattern component that is matched with a single Matcher function.
MultiPattern
A list of patterns corresponding to the columns of a Nucleo instance.
Pattern
A text pattern made up of (potentially multiple) atoms.

Enums§

AtomKind
The kind of matching algorithm to run for an atom.
CaseMatching
How to treat a case mismatch between two characters.
Normalization
How to handle unicode normalization.