Regular Expressions 101

Community Library

Community Library Entry

6

Regular ExpressionOpen Workspace

r"
.*@(\S+)
"

Description
Created·2016-04-03 17:03
Type·Match
Flavor·Python

Find and extract email domain. Ex: test@example.pt -> extract 'example.pt'

Submitted by Fnxk
Open Workspace