Visual studio find and replace - Add carriage return, OR Newline -


in case of following string parsed.

ford mustang,10,blue~~?bugatti veyron,13,black 

i want replace ~~? carriage return

replacing \n adds string "\n"

i'm sure can done?

thanks

make sure "use: regular expressions" selected in find , replace dialog:

find/replace dialog use regular expressions

note visual studio 2010, doesn't work in visual studio productivity power tools' "quick find" extension (as of july 2011 update); instead, you'll need use full find , replace dialog (use ctrl+shift+h, or edit --> find , replace --> replace in files), , change scope "current document".


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -