Click or drag to resize

ExpressionsNotRegexp Method (String, String, String)

Regular expression negated (not regexp).

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static RegExpExpression NotRegexp(
	string property,
	string regExExpression,
	string escape
)

Parameters

property
Type: SystemString
the name of the property returning values to match
regExExpression
Type: SystemString
a regular expression to match against
escape
Type: SystemString
is the escape character

Return Value

Type: RegExpExpression
expression
See Also