in

Drowning In Technical Debt

C# | ASP.NET | SharePoint | SQL | Architecture | SOA |
All Tags » C# » ruby (RSS)

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • 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
Page 1 of 1 (1 items)
Community Credit
Powered by Community Server (Commercial Edition), by Telligent Systems