package
2.1.0-rc.4+incompatible
Repository: https://github.com/kennytm/tidb.git
Documentation: pkg.go.dev
# Functions
CompilePattern handles escapes and wild cards convert pattern characters and pattern types.
Copy deep copies a string.
DoMatch matches the string with patChars and patTypes.
Unquote interprets s as a single-quoted, double-quoted, or backquoted Go string literal, returning the string value that s quotes.
UnquoteChar decodes the first character or byte in the escaped string or character literal represented by the string s.
# Variables
ErrSyntax indicates that a value does not have the right syntax for the target type.