Regex

zio.schema.validation.Regex
See theRegex companion object
sealed trait Regex

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Alternate
class Between
object Digit.type
object Empty.type
object Letter.type
class Literal
class Repeat
class Sequence
Self type

Members list

Concise view

Value members

Concrete methods

def *: Regex
def +: Regex
def ?: Regex
def atLeast(n: Int): Regex
def atMost(n: Int): Regex
def between(min: Int, max: Int): Regex
def exactly(n: Int): Regex
def test(string: String): Boolean
def |(that: Regex): Regex
def ~(that: Regex): Regex