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