Verify Regex node
The Verify Regex node checks whether a given string matches a specified regular expression pattern.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
Node configurations
-
Regex: Define the regular expression pattern to be applied.
- Flags: Specify optional flags to modify the behavior of the regex. Multiple flags can be selected at once from the field's multi-select dropdown (e.g., g, i, m, s, u, y).
-
String to check: Define the input string that will be evaluated against the regex.
-
Save in the flow store: Save the result into a variable for reuse by other nodes. See Save in the flow store for details.
Default output node
- Match
- No Match
- Failure
JSON metadata
{
"name": "verify_regex",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "VerifyRegex",
"category": "utility_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Verify Regex"
}, {
"lang": "it",
"value": "Verify Regex"
}
],
"index": 23,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Match",
"level": "success"
}, {
"name": "NoMatch",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}