Pattern

data class Pattern(val value: Regex) : Elicitation.Metadata.string<Regex>

Constructors

Link copied to clipboard
constructor(value: Regex)

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: Regex