match

abstract fun match(string: String, regexp: Regex, message: String? = null)
abstract fun match(string: String, regexp: Value, message: String? = null)

Assert: match(string, regexp, message)