Sequence

zio.schema.validation.Regex.Sequence
final case class Sequence(first: Regex, second: Regex) extends Regex

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Regex
class Object
trait Matchable
class Any
Show all

Members list

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