REGEX_NOT_EQ

Represents !Regex(lhs.toString()).matches(rhs.toString())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T : Comparable<T>> test(lhs: T, rhs: T): Boolean

Tests two objects against this predicate, converting them into String if necessary.

fun test(lhs: String, rhs: String): Boolean

Tests two objects against this predicate.