CharacterSet

zio.schema.validation.Regex$.CharacterSet
final case class CharacterSet(set: Set[Char]) extends Regex

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Regex
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def *: Regex

Attributes

Inherited from:
Regex
def +: Regex

Attributes

Inherited from:
Regex
def ?: Regex

Attributes

Inherited from:
Regex
def atLeast(n: Int): Regex

Attributes

Inherited from:
Regex
def atMost(n: Int): Regex

Attributes

Inherited from:
Regex
def between(min: Int, max: Int): Regex

Attributes

Inherited from:
Regex
def exactly(n: Int): Regex

Attributes

Inherited from:
Regex

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def test(string: String): Boolean

Attributes

Inherited from:
Regex
def |(that: Regex): Regex

Attributes

Inherited from:
Regex
def ~(that: Regex): Regex

Attributes

Inherited from:
Regex