StringRuleTester
class StringRuleTester(val predicate: String.() -> Boolean, val message: () -> String) : ValidationRule<String>
A rule that tests the string value.
Constructors
Link copied to clipboard
Creates a new instance of StringRuleTester.