regex_build_pattern
Turn natural language descriptions into functional regex patterns. Specify the regex flavor and optional flags to generate a pattern that matches your intended text.
Instructions
Build a regular expression pattern from a natural language description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | Regex flags to apply | |
| flavor | Yes | Regex flavor/engine | |
| api_key | No | API key for authentication | |
| description | Yes | Natural language description of what the regex should match |