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:
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
Post a Comment