radix - fast string sorting algorithm. regroup - Match regex expression named groups into go struct using struct tags and automatic parsing. Tagify - Produces a set of tags from given source. textwrap - Impleme
genex - Count and expand Regular Expressions into all matching Strings. go-wildcard - Simple and lightweight wildcard pattern matching. goregen - Library for generating random strings from regular expressions. regroup - Match regex expression named groups into go struct using struct tags and automa...
smtp - SMTP server protocol state machine. smtpmock - Lightweight configurable multithreaded fake SMTP server. Mimic any SMTP behaviour for your test environment. truemail-go - Configurable Golang email validator/verifier. Verify email via Regex, DNS, SMTP and even more.⬆...
Regex support also exists for matching Headers within a route. For example, we could do: r.HeadersRegexp("Content-Type", "application/(text|json)") ...and the route will match both requests with a Content-Type ofapplication/jsonas well asapplication/text ...
Join(queriesTemplates, ",")) } queriesRegexps, err := route.GetQueriesRegexp() if err == nil { fmt.Println("Queries regexps:", strings.Join(queriesRegexps, ",")) } methods, err := route.GetMethods() if err == nil { fmt.Println("Methods:", strings.Join(methods, ",")) } ...
iso8601 - Efficiently parse ISO8601 date-times without regex. kair - Date and Time - Golang Formatting Library. now - Now is a time toolkit for golang. NullTime - Nullable time.Time. strftime - C99-compatible strftime formatter. timespan - For interacting with intervals of time, defined ...
Golang Regex: Match prefix or suffix of a string Golang Regex: Case insensitive regular expression matching in Golang Golang Regex: Matching raw or literal string Golang Regex: Understanding dot ‘.’ character Golang Regex: Replace all string which matches a Regular Expression ...
regroup - Match regex expression named groups into go struct using struct tags and automatic parsing. rex - Regular expressions builder. bluemonday - HTML Sanitizer. gofuckyourself - A sanitization-based swear filter for Go. colly - Fast and Elegant Scraping Framework for Gophers. dataflowkit -...
github.com/topxeq/regexpx(add more functions to the standard regexp package) Browse their Github pages for usage and documents, and of course the examples in the example directory. To use an embedded package, see the examples below:
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect github.com/raeperd/recvcheck v0.1.2 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/rogpeppe/go-internal v1.13....