| Title |
Test
Find
Email Header Extraction
|
| Expression |
((^(?<property>\S+):)|(\s(?<property>)))(?<value>.*)\n |
| Description |
This expression mathes all email header items and their values from email source |
| Matches |
X-Message-Delivery: Vj0zLjQuMDt1cz0wO2k9MDtsPTA7YT0w |
| Non-Matches |
a a a a |
| Author |
Rating:
Not yet rated.
Melih SARICA
|
| Source |
|
| Your Rating |
|
Title: Bad regex
Name: P
Date: 3/13/2008 1:12:13 PM
Comment:
It is matching all lines in the message!...