Documentation ¶
Overview ¶
Package regexp contains functionality for unmarshalling regular expressions from a config.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Regexp ¶
type Regexp struct {
// contains filtered or unexported fields
}
Regexp delegates to a Regexp while enabling unmarshalling. Any unspecified / nil matcher will return vacuous truth in MatchString
func (*Regexp) MatchString ¶
MatchString delegates matching to the regex package.
func (*Regexp) UnmarshalJSON ¶
UnmarshalJSON implementation of json.UnmarshalJSON interface.
Click to show internal directories.
Click to hide internal directories.