 | ExpressionsRegexp Method (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
)
Parameters
- property
- Type: SystemString
the name of the property returning values to match - regExExpression
- Type: SystemString
a regular expression to match against
Return Value
Type:
RegExpExpressionexpression
See Also