Regular Expressions 101

Community Patterns

Extract email username from email address

1

Regular Expression
ECMAScript (JavaScript)

/
@andreijiroh\.uk\.eu\.org$|@andreijiroh\.eu\.org$|andreijiroh\.dev
/
gm

Description

This workspace contains the needed ECMAScript regex for use in Cloudflare Workers Email Routing.

Submitted by ~ajhalili2006 - a year ago