Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contains ¶
type Contains struct { // CaseSensitive specifies if the string comparison is case sensitive. CaseSensitive bool }
type Equals ¶
type Equals struct { // CaseSensitive specifies if the string comparison is case sensitive. CaseSensitive bool }
type Regexp ¶
type Regexp struct { // FindInSubMatches is a boolean value that indicates whether or not to find matches in submatches. // The `Submatch` variants include information about // both the whole-pattern matches and the submatches // within those matches. For example this will return FindInSubmatches bool }
Click to show internal directories.
Click to hide internal directories.