# Functions
Compile compiles a regular expression and store it in the cache.
CompileTry 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.