Removing CR-LF's from a string using Regex
C#
4
Posts
2
Posters
0
Views
1
Watching
-
Hi! I've got these strings that have \r\n's in them. I wanted to know if there is a way to remove them from the string using the .NET regular expression engine, instead of StringBuilder. Thanks and sorry about the double-post.
-
Hi! I've got these strings that have \r\n's in them. I wanted to know if there is a way to remove them from the string using the .NET regular expression engine, instead of StringBuilder. Thanks and sorry about the double-post.
-
Whoa! So easy! Thanks a lot. I was doing something really wierd.
-
Whoa! So easy! Thanks a lot. I was doing something really wierd.