Versions in this module Expand all Collapse all v0 v0.1.0 Jul 12, 2026 Changes in this version + const MaxPatternBytes + type CompileError struct + Message string + Offset int + func (e *CompileError) Error() string + type Option func(*config) + func WithSeparator(separator rune) Option + type Pattern struct + func Compile(pattern string, options ...Option) (*Pattern, error) + func MustCompile(pattern string, options ...Option) *Pattern + func (p *Pattern) Match(input string) bool + func (p *Pattern) String() string