StringSearch

A structure that defines how to search for string values. You can specify a search option and the value to search for.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of search operation to perform on the string value. Determines how the search value is matched against the target field.

Link copied to clipboard

The string value to use in the search operation. This value is compared against the target field using the specified search option.

Functions

Link copied to clipboard
inline fun copy(block: StringSearch.Builder.() -> Unit = {}): StringSearch
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String