package
0.0.0-20220613080921-65fd79d85952
Repository: https://github.com/xqueries/xdb.git
Documentation: pkg.go.dev

# Functions

Merge creates a new matcher, that accepts runes that are matched by one or more of the given matchers.
New creates a new matcher from a given match function.
RuneWithDesc creates a matcher that matches only the given rune.
String creates a matcher that checks whether a rune is part of the given string.

# Structs

M is the definition of a character class, which can tell whether a rune is part of that character definition or not.