StartWith

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

Tests if the input starts with the given prefix.

Type parameters

V

the string to compare with the start of the input.

Attributes

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