Generate an email regex
Input
Template: Email, test text: hello@51tools.info
Output
/^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$/
Generate regular expressions from common templates such as email, URL, IP, date, and password.
Generate regular expressions from common templates or a custom builder. It covers email, URL, domain, IP, date, UUID, color, mobile number, and ID-style formats, with instant test text validation.
Template: Email, test text: hello@51tools.info
/^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$/
Template selection, custom building, and testing run entirely in your browser.