Evaluate test cases against multiple regex patterns.
This route allows users to validate regex patterns using Python’s regex engine, which is important because Python regex and JavaScript regex have differences. Tests each case against all patterns and returns whether it matched.
A test case is considered to match if ANY of the provided patterns match it.
Args: patterns: List of regex patterns to test (with description and optional output_value) test_cases: List of test cases with text, expected match behavior, and category
Returns: EvaluateTestCasesResponse with evaluated test cases showing actual_match results
Documentation Index
Fetch the complete documentation index at: https://docs.deasylabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Response from evaluating test cases.