package
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.git
Documentation: pkg.go.dev
# Functions
Compile parses a regular expression and returns, if successful, a Regexp object that can be used to match against text.
Match checks whether a textual regular expression matches a byte slice.
MatchReader checks whether a textual regular expression matches the text read by the RuneReader.
MatchString checks whether a textual regular expression matches a string.
MustCompile is like Compile but panics if the expression cannot be parsed.
QuoteMeta returns a string that quotes all regular expression metacharacters inside the argument text; the returned string is a regular expression matching the literal text.
# Variables
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
Error codes returned by failures to parse an expression.
# Type aliases
Error is the local type for a parsing error.