![]() |
VOOZH | about |
MatchFunction Class
Namespace: Json.Path
Inheritance: MatchFunction 🡒 LogicalFunctionDefinition 🡒 object
Implemented interfaces:
Implements the match() function which determines if a string exactly matches a regular expression (using implicit anchoring).
| Name | Type | Summary |
|---|---|---|
| Name | string | Gets the function name. |
Evaluates the function.
1
public bool Evaluate(JsonNode value, JsonNode pattern)
| Parameter | Type | Description |
|---|---|---|
| value | JsonNode | The value to test. |
| pattern | JsonNode | The iregexp pattern to test against. |
true if the whole string is a match for the pattern; false otherwise.
A new version of content is available.