Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 408 Bytes

FindEmailsInText.md

File metadata and controls

18 lines (13 loc) · 408 Bytes

Find emails in text

Home > Find > Plain Text > Find emails in text

Operation: Find

Format: Plain Text

Name: Find emails in text

Expression

([a-zA-Z0-9+._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)

Result

Returns a list of emails inside a plain text, it supports special characters (like '+').

Live Sample

Test the regular expression!