Versions in this module Expand all Collapse all v1 v1.3.9 May 20, 2024 Changes in this version + type Regexp struct + func Compile(exp string) (*Regexp, error) + func MustCompile(exp string) *Regexp + func NewRegexp(rawRegexp *regexp.Regexp) *Regexp + func (this *Regexp) FindStringSubmatch(s string) []string + func (this *Regexp) IdString() string + func (this *Regexp) IsCaseInsensitive() bool + func (this *Regexp) Keywords() []string + func (this *Regexp) Match(s []byte) bool + func (this *Regexp) MatchString(s string) bool + func (this *Regexp) ParseKeywords(exp string) (keywords []string) + func (this *Regexp) Raw() *regexp.Regexp + type RuneMap map[rune]*RuneTree + func NewRuneTree(list []string) RuneMap + func (this RuneMap) Lookup(s string, caseInsensitive bool) bool + type RuneTree struct + Children RuneMap + IsEnd bool