regex
Detects patterns matching specified regular expressions.
Detector
regex
5ms
Text
JSON with match details
Regular Expression based
By defining a policy, you can set a target, combine multiple detectors, and fine-tune.
policy = {
"id": "regex",
"definition": "regex policy example",
"target": "user",
"override_response": "Ops, sorry!",
"detectors": [
{
"expected": "blocked",
"model": "regex",
"threshold": 0.5
}
]
};
payload = {
"message": messages,
"policies": [policy],
"enabled_policies": ["regex"]
};