BeginsWithExpression
type BeginsWithExpression = object;Represents a BEGINS WITH expression: begins_with(<operand>, <prefix>)
Properties
Section titled “Properties”operand
Section titled “operand”operand: Operand;prefix
Section titled “prefix”prefix: string;type: typeof $beginsWith;