startsWith

abstract infix fun AttributePath.startsWith(expr: Expression): BooleanExpr

Creates an expression for verifying this attribute starts with the given expression

Parameters

expr

The expression to test for at the beginning of this attribute


open infix fun AttributePath.startsWith(value: String): BooleanExpr

Creates an expression for verifying this attribute starts with the given expression

Parameters

value

The value to test for at the beginning of this attribute