package
2.2.0
Repository: https://github.com/aspiesoft/go-regex-re2.git
Documentation: pkg.go.dev

# Functions

Comp compiles a regular expression and store it in the cache.
CompTry tries to compile or returns an error.
Escape will escape regex special chars.
IsValid will return true if a regex is valid and can compile.
JoinBytes is an easy way to join multiple values into a single []byte.

# Structs

No description provided by the author