Visual Studio 2013 Tips & Tricks – Regular Expression in Find and Replace Dialog

The Visual Studio 2013’s Find and Replace Dialog provides the option for the user to find and replace text in the project using regular expressions or wildcards.

To enable the Regular Expression in the Visual Studio 2013 Find and Replace Dialog follow the below steps

1. Open the Find and Replace Dialog in Visual Studio.

2. In the Find and Replace Dialog, click the “+” button before the label “Find Options” to expand the options.

Visual Studio 2013 Tips & Tricks - Regular Expression in Find and Replace Dialog

2. Check or Select the option “Use Regular Expressions”. This will enable the (a) + button next to the “Find what” and “Replace with” search boxes.

Visual Studio 2013 Tips & Tricks - Regular Expression in Find and Replace Dialog

3. The (a) + button opens up the expression builder that lets you choose the regular expression to search for. This can be a useful feature especially when you dont know regular expression very well but want to try out one of the predefined regular expression.

Visual Studio 2013 Tips & Tricks - Regular Expression in Find and Replace Dialog

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...