Regexs

trait Regexs
class Object
trait Matchable
class Any
object Validation.type

Value members

Concrete fields

lazy val duration: Validation[String]
lazy val email: Validation[String]

Checks whether a certain string represents a valid email address.

Checks whether a certain string represents a valid email address.

val identifier: Validation[String]
lazy val ipV4: Validation[String]

Checks whether a certain string represents a valid IPv4 address.

Checks whether a certain string represents a valid IPv4 address.

lazy val ipV6: Validation[String]

Checks whether a certain string represents a valid IPv6 address.

Checks whether a certain string represents a valid IPv6 address.

lazy val uuidV4: Validation[String]