EndWith

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

Tests if the input ends with the given suffix.

Type parameters

V

the string to compare with the end of the input.

Attributes

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