How to search and replace a return character in Visual Studio
Every once in a while I need to search and replace a character with a "return" character and I forget how to do it and have to search online. This latest search I found the answer here(it was there in 2008, but it is there longer):
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=112303
In your search dialog turn on regular expressions and use "\x0d\x0a" for the "return" character.
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=112303
In your search dialog turn on regular expressions and use "\x0d\x0a" for the "return" character.
Comments
Post a Comment