Click or drag to resize

RegExpExpression Constructor (Expression, Expression, Boolean)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public RegExpExpression(
	Expression left,
	Expression right,
	bool isNot
)

Parameters

left
Type: com.espertech.esper.common.client.sodaExpression
provides values to match against regexp string
right
Type: com.espertech.esper.common.client.sodaExpression
provides the regexp string
isNot
Type: SystemBoolean
true for negated regex
See Also