AI Assistance
Generate Test Cases
Generate test cases for regex pattern validation.
Creates both positive (should match) and negative (should NOT match) test cases to help users validate their regex patterns.
Attributes: pattern_descriptions: List of descriptions of what patterns should match. existing_patterns: Optional existing regex patterns to test against.
POST
Python
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
Successful Response
