Regex

org.finos.morphir.prelude.Assertion$.Regex
See theRegex companion object
sealed trait Regex

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Alphanumeric
class AndThen
object AnyChar.type
object Anything.type
class CharacterSet
class Digit
object End.type
class Literal
class OrElse
class Range
class Repeat
object Start.type
class Whitespace
Show all
Self type

Members list

Value members

Abstract methods

def compile: String

Concrete methods

def *: Regex
def +: Regex
def ?: Regex
def between(min: Int, max: Int): Regex
def max(n: Int): Regex
def min(n: Int): Regex
def |(that: Regex): Regex
def ~(that: Regex): Regex