 | ExpressionsRegexp Method (String, String, String) |
Regular expression.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static RegExpExpression Regexp(
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:
RegExpExpressionexpression
See Also