Documentation ¶
Index ¶
- func AnyNonWordChar() base.ClassToken
- func AnyWordChar() base.ClassToken
- func ClosingPunctuationToken() base.ClassToken
- func MidWordPunctuationToken() base.ClassToken
- func NewRegexFromNames(names ...string) *regexp.Regexp
- func NormalizeSearchString(input string) string
- func NormalizeString(input string) string
- func OpeningPunctuationToken() base.ClassToken
- func QuotedStringToken(quoteCharToken base.ClassToken) base.GroupToken
- func RegexTokenFromName(name string) base.GroupToken
- func RegexTokensFromNames(names ...string) []dialect.Token
- func SearchStringToNormalizedTokens(input string) []string
- func TrimmedWordToken() base.GroupToken
- func WordToken() base.GroupToken
- func WordTokenRegex() *regexp.Regexp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyNonWordChar ¶
func AnyNonWordChar() base.ClassToken
func AnyWordChar ¶
func AnyWordChar() base.ClassToken
func ClosingPunctuationToken ¶
func ClosingPunctuationToken() base.ClassToken
func MidWordPunctuationToken ¶
func MidWordPunctuationToken() base.ClassToken
func NewRegexFromNames ¶
func NormalizeSearchString ¶
func NormalizeString ¶
func OpeningPunctuationToken ¶
func OpeningPunctuationToken() base.ClassToken
func QuotedStringToken ¶
func QuotedStringToken(quoteCharToken base.ClassToken) base.GroupToken
func RegexTokenFromName ¶
func RegexTokenFromName(name string) base.GroupToken
func RegexTokensFromNames ¶
func TrimmedWordToken ¶
func TrimmedWordToken() base.GroupToken
func WordToken ¶
func WordToken() base.GroupToken
func WordTokenRegex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.