Regular Expressions 101

Sponso⁠rs

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

/
^(?P<UserAction>\w+\s)?(?P<email>(?:[\w\.\-]+)@(?:[\w\-]+)(?:(?:\.(?:\w){2,3})+))\s(?:from|requested|to|joined)?(?:user\stype\sto)?\s(?P<userType>(Basic|Full|Core))?.*
/
gm

Description
Created·2023-03-24 20:19
Type·Match
Flavor·PCRE2 (PHP)

Pulls out action verbs, emails and usertypes

Submitted by Anonymous
Open Workspace