The regex on visual studios is weird and non standard.
Is there an extension i can use 开发者_如何学Goto give me better regex? If not then what IDE or text editor can i use to find/replace text in a directory. I dont want to replace all at once, just find, look and decide to hit next or replace/next
You could use an external editor like Notepad++ (http://notepad-plus-plus.org/download). Most will have a "Find In Files" menu option that will search your solution's files and most accept regular expressions as well.
E.g. in Notepad++
- Go to Search > Find In Files...
- Set the Directory to wherever your solution or project is
- Make sure the Search Mode is set to Regular Expression
精彩评论