Regular Expressions 101

Community Patterns

Find and extract email domain

5

Regular Expression
Python

Description

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

Submitted by Fnxk - 8 years ago