Hey All,
I’m sure this is somewhere and I’ve searched but I’ve not seen an explanation to certain “things” within the REGEX_EXTRACT field:
REGEX_REPLACE(Email, “(\w+)\.(\w+)@.+”, “$1 $2”)
for example, I get what it’s doing, but not sure of those internal things, like \w+) etc.
What I need is really simple and I was thinking I’d use the regex to extract just the @email.com part.
IF({Attendee Email - for Invites}, REGEX_EXTRACT({Attendee Email - for Invites},UNKNOWN PART OF FORMULA),“BLANK FIELD”)





