OptionRestrictionRegex

A regular expression representing a restriction on a string configuration option value.

Types

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

Properties

Link copied to clipboard

A unique name representing this regular expression.

Link copied to clipboard

The regular expression pattern that a string configuration option value with this restriction must match.

Functions

Link copied to clipboard
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