package
0.0.0-20241018072137-00ebc30e3b87
Repository: https://github.com/secretflow/scql.git
Documentation: pkg.go.dev
# Functions
CompileLike2Regexp convert a like `lhs` to a regular expression.
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.
IsExactMatch return true if no wildcard character.
MemoizeStr returns memoized version of stringFunc.
No description provided by the author
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.
# Type aliases
StringerFunc defines string func implement fmt.Stringer.
StringerStr defines a alias to normal string.