in

Drowning In Technical Debt

C# | ASP.NET | SharePoint | SQL | Architecture | SOA |

Browse by Tags

  • replacing carriage return

    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 Program { static void Main( string [] args) { nocr...
    Posted to roy ashbrook (Weblog) by royashbrook on 10-31-2006
  • parsing eml files with ruby

    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 and the body for urls in this one. a slightly...
    Posted to roy ashbrook (Weblog) by royashbrook on 10-26-2006
Page 1 of 1 (2 items)
Community Credit
Powered by Community Server (Commercial Edition), by Telligent Systems