Module nucleo_matcher::pattern

source ·
Expand description

This module provides a slightly higher level API for matching strings.

Structs§

  • A single pattern component that is matched with a single Matcher function
  • A text pattern made up of (potentially multiple) atoms.

Enums§

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