Documentation
¶
Overview ¶
Package glob implements wildcard pattern matching algorithms for strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchLike ¶
MatchLike reports whether string s matches the SQL LIKE-style glob pattern. Supported wildcards are '_' (match any one character) and '%' (match zero or more characters). They can be escaped by '\' (escape character).
MatchLike requires pattern to match whole string, not just a substring.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.