Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasAnyOfPrefixes ¶
HasAnyOfPrefixes returns an indication if the given string has any of the given prefixes.
func HasAnyOfSuffixes ¶
HasAnyOfSuffixes returns an indication if the given string has any of the given suffixes.
func MatchCaptureGroups ¶
MatchCaptureGroups takes a regular expression and string and returns all of the named capture group results in a map.
Types ¶
type StringSet ¶
type StringSet map[string]struct{}
func NewStringSet ¶
func NewStringSet() StringSet
func NewStringSetFromSlice ¶
Click to show internal directories.
Click to hide internal directories.