Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-02-13 20:58
Flavor·PCRE (Legacy)

/
^>(?:.|\s>)*<[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}>(?:.|\s)*?:
/
gm
Open regex in editor

Description

Email clients insert the "sender wrote" line to email replies.

Submitted by Vlad Burca