INonAggregateExpressionBuilderRegex Method |
| Name | Description | |
|---|---|---|
| Regex(LiteralExpression, String) |
Creates a call to the REGEX function.
| |
| Regex(LiteralExpression, LiteralExpression) |
Creates a call to the REGEX function.
| |
| Regex(LiteralExpression, VariableExpression) |
Creates a call to the REGEX function.
| |
| Regex(VariableExpression, String) |
Creates a call to the REGEX function.
| |
| Regex(VariableExpression, VariableExpression) |
Creates a call to the REGEX function.
| |
| Regex(LiteralExpression, String, String) |
Creates a call to the REGEX function.
| |
| Regex(LiteralExpression, LiteralExpression, String) |
Creates a call to the REGEX function.
| |
| Regex(LiteralExpression, VariableExpression, String) |
Creates a call to the REGEX function.
| |
| Regex(SparqlExpression, String, String) |
Creates a call to the REGEX function.
| |
| Regex(VariableExpression, VariableExpression, String) |
Creates a call to the REGEX function.
|