Options for Go Regular Expressions


OptionDescriptionBackend valuePortable value
posixUse `CompilePOSIX` instead of `Compile`posix(not portable)
The posix option is really a separate API call (CompilePOSIX). Other option need to be specified in the regex pattern.