Execute regex-validator evaluator
Evaluators
Execute regex-validator evaluator
Validate text against a regex pattern
Request Body:
input.text(string, required): The text to validate against a regex patternconfig.regex(string, optional): The regex pattern to match againstconfig.should_match(bool, optional): Whether the text should match the regexconfig.case_sensitive(bool, optional): Case-sensitive matchingconfig.dot_include_nl(bool, optional): Dot matches newlinesconfig.multi_line(bool, optional): Multi-line mode
POST
Execute regex-validator evaluator
Documentation Index
Fetch the complete documentation index at: https://www.traceloop.com/docs/llms.txt
Use this file to discover all available pages before exploring further.

