Luke
infix fun <A : CharSequence> A?.shouldMatch(regex: String): A infix fun <A : CharSequence> A?.shouldMatch(regex: Regex): A
LeoColman
A?.shouldNotMatch(regex: String)
fun <A : CharSequence> A?.shouldNotMatch(regex: String): A
fun <A : CharSequence> A?.shouldNotMatch(regex: Regex): A
A modern programming language that makes developers happier.