calebhanson
Member
I'm having trouble understanding the basics of creating a pattern via Regex expressions. I want to auto-forward e-mails from another system to e-mail parser and then use the text formatter to recognize the general pattern of those e-mails and extract just the phone number and message portions. Here's an example:
-----Original Message-----
From: [email protected] <[email protected]>
Sent: Tuesday, December 27, 2022 6:07 PM
To: calebsellshomes <[email protected]>
Subject: [MightyText] Text Message - Paul Vachon
Me: I see it now
I can easily get the phone number, but I'm having trouble isolating the message part that comes after the subject. How can I describe the the pattern to have the extractor extract only the part of the e-mail body that comes after the sixth line break?