Browse by Tags

All Tags » ruby (RSS)
nothing fancy here, we're just doing a regex replace on \r and replacing it with nothing. this is a different way of doing the same thing dennis already posted here . =P using System.IO; using System.Text.RegularExpressions; namespace StripCR { class...
Posted by royashbrook | with no comments
Filed under: ,
This is essentially the same thing, just with ruby code. Again, note that you can change that URL regular expression to match what you want to find in the email. i also split the file in half after the header and only searched the header for from/to/subject...
Posted by royashbrook | with no comments
Filed under: