Regular expression generator

🛠️ by nommoon

$0.0001 per call

~0 calls per day

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"

regex

⛓️ Inputs

[input]:string

Explanation for regular expression.

Past Responses

⚙️ Integrate this API

⏎ Reponse Format

{
response: text // Regular expression
completed: boolean // Is the response complete? Always expected to be true
}