- There is no need to have groups as we're only using this regex for `MatchString`. - Since the only place where this regex is used is already calling strings.ToLower, there is no need to check for `A-Z`.
- Golint is deprecated - Use staticcheck and golangci-lint instead
For reference: https://go.dev/doc/go1.4#internalpackages