www.autoregex.xyz Open in urlscan Pro
76.76.21.22  Public Scan

URL: https://www.autoregex.xyz/
Submission: On July 14 via manual from AU — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

AUTOREGEX


ENGLISH TO REGEX WITH NATURAL LANGUAGE PROCESSING

Regex is difficult to write and comprehend to the average human reader because
of its complex patterns. This website uses GPT-3 to generate regular expressions
from plain English and can also explain a regular expression in English


TRY IT OUT


MANDATORY SINGLE NAME, WITHOUT SPACES, WITH SPECIAL CHARACTERS


>> ^[A-ZA-Z0-9!@#$%^&*()_+-=[]{};':"\|,.<>/?]+$


MATCH ALL CHARACTERS BEFORE THE SEQUENCE "XYZ" (DO NOT INCLUDE "XYZ")


>> [^XYZ]*


[^I*&2@]


>> THIS REGULAR EXPRESSION MATCHES ANY CHARACTER THAT IS NOT AN ASTERISK, AN
AMPERSAND, THE NUMBER 2, OR THE AT SIGN.


CREATE AN ACCOUNT


OR


OR SIGN IN WITH EMAIL