Regular expression generator
Generates a regular expression given an input. Example Inputs: "an email address" or "a password with at-least one capital letter and atleast one number"
Past Responses
⚙️ Integrate this API
⏎ Reponse Format
{ response: text // Regular expression completed: boolean // Is the response complete? Always expected to be true}