• Login

Snippets

Entries for August 2010

27
Public string ReplaceWithBR(string target) {  Regex regex = new Regex(@"(\r\n|\r|\n)+"); string newText = regex.Replace(target, "<br />");...

[Read the rest of this article...]

Functions
Posted in: C Sharp - C#