Module re

Source
Expand description

User interfaces for building and matching regular expressions.

This module contains the regular expression builder RegexBuilder and the regular expression matcher RegexMatcher.

Structs§

RegexBuilder
A builder for regular expressions with tag type T.
RegexMatcher
A matcher for matching regular expressions.

Enums§

Error
Possible errors in building of regular expressions with tag type T.

Type Aliases§

BytesMatcher
A regular expression matcher for matching bytes.
CharsMatcher
A regular expression matcher for matching characters.