Click or drag to resize

ExpressionsRegexp Method (Expression, Expression)

Regular expression.

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

Parameters

left
Type: com.espertech.esper.common.client.sodaExpression
returns the values to match
right
Type: com.espertech.esper.common.client.sodaExpression
returns the value to match against

Return Value

Type: RegExpExpression
expression
See Also