Software Development
Hello,
So I have a tool that uses Regex to search text. I am trying to extract certain data from the text; in this example I want to find the "TO" data in the email text. Since this data came from Lotus Notes it's formatted slightly different where it doesn't put the : after the To:
Here is...