configurations

package
v1.158.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL