package
1.0.1
Repository: https://github.com/apus-run/van.git
Documentation: pkg.go.dev

# Functions

CompileWholeStringMatcher takes a regex and compiles it into a WholeStringMatcher.

# Structs

Flags represents regex flags.

# Interfaces

A WholeStringMatcher is something that can match a string against a regex, but only matches strings where the entire string matches the regex.