Documentation ¶
Index ¶
Constants ¶
View Source
const ( EXACT = "exact" GLOB = "glob" REGEXP = "regexp" )
Variables ¶
This section is empty.
Functions ¶
func MatchStringInList ¶ added in v2.5.0
MatchStringInList will return true if item is contained in list. patternMatch; can be set to exact, glob, regexp. If patternMatch; is set to exact, the item must be an exact match. If patternMatch; is set to glob, the item must match a glob pattern. If patternMatch; is set to regexp, the item must match a regular expression or glob.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.