Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a RegEx Find and Replace Visual Studio addons

I am looking for a Visual Studio Addon which does standard Regular Expression Find and Replace, not the Microsoft Visual Studio version of Regular Expression

As you do not get the complete syntax

Please help?

Thanks

like image 721
Robs Avatar asked Jan 22 '26 01:01

Robs


2 Answers

This one works with Visual Studio 2008 and uses the .Net Regex syntax: .NET Regular Expressions Find and Replace Add-In for Visual Studio 2008.

like image 200
Polyfun Avatar answered Jan 23 '26 13:01

Polyfun


Please take a look here: The Visual Studio IDE and Regular Expressions

There's a free add-in available which offers real regular expression searching in Visual Studio.

like image 42
Rubens Farias Avatar answered Jan 23 '26 13:01

Rubens Farias