regex

expect infix fun regex(expression: Expression): Expression(source)

Create a regex match expression that evaluates whether or not the current expression regex matches the given expression.

Return

a regex match expression.

Parameters

expression

the expression to compare with the current expression.

actual infix fun regex(expression: Expression): Expression(source)
actual infix fun regex(expression: Expression): Expression(source)