StringValidationPlatform

net.hamnaberg.schema.internal.StringValidationPlatform

Attributes

Source
StringValidationPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object validation.type

Members list

Value members

Concrete methods

def validatePattern(input: String, pattern: Pattern, history: List[CursorOp]): ValidatedNel[ValidationError, String]

Attributes

Source
StringValidationPlatform.scala