Match

io.github.iltotore.iron.constraint.string.Match
See theMatch companion object
final class Match[V <: String]

Tests if the input matches the given regex.

Type parameters

V

the pattern to match against the input.

Attributes

Companion
object
Source
string.scala
Graph
Supertypes
class Object
trait Matchable
class Any
In this article