CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML





Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 2/12/2007 10:20:05 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 6 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
monolithx
Asp.Net User
Find/Replace2/12/2007 10:20:05 AM

0/0

Hi. I need a bit of help.

I need to do a lot of changes to the source code on a lot of similar lines. I need to replace sides of the = sign in code.

expression1 = expression2

to be

expression2 = expression1

and I've tried using wildcards, but it seems like VS is bugged.

I've tried using (<*>)=(<*>) search pattern and to replace it with \2=\1 replace match, but it doesn't work (and I suppose it should). Neither (*)=(*) works...

 

Any idea why and what am I doing wrong here?

Thanks.

ps2goat
Asp.Net User
Re: Find/Replace2/12/2007 5:07:58 PM

0/0

In your find box (open with ctrl + f), open the 'Find Options' box by clicking on the plus sign (this sign will be - if it is already open).  make sure you put a checkmark next to "Use:", and select 'Wildcards' from the dropdownlist.

 

Next, if you're looking for anything on the left and anything on the right of the equal sign, you'll want to type:

* = *

in the 'Find what' box for your search criteria. Wildcards do not have to be enclosed by other characters, unless you're doing a RegEx style search.

See here for more information.


---------------------------------------
MCP - Web Based Client Development .NET 2.0
2 Items, 1 Pages 1 |< << Go >> >|



Search This Site:


Meet Our Sponsors:



Other Resources:

Find Replace Muliple Lines - ng.asp-net-forum.visual_studio_2005 - Web ... Find Replace Muliple Lines, > ROOT > NEWSGROUP > Asp.Net Forum > visual_studio. ... Download Aba Search and Replace and find all features yourself! ...
Find and replace text or other items - Word - Microsoft Office Online Home > Products > Word > Word 2003 Help and How-to > Working with Text > Find and Replace ... Microsoft Word to find and replace text, formatting, paragraph ...
Find and Replace Tool for Word and Excel Using Find and Replace Tool for Word and Excel you can replace multiple text in multiple Microsoft Word Documents and Excel Spreadsheets.
Find & replace using wildcards Insert your find and replace strings using the following guide for inspiration. Note: With the cursor in the 'Find what:' or 'Replace with:' boxes you can use ...
Word 2007/2008: Using Find and Replace, UWEC Word's Find and Replace function will search your documents for specific text, which can then be highlighted, replaced with different text or formatting, or left as ...
Rick Fisher Consulting - Find and Replace for Microsoft Access It provides a "Find and Replace" function for Tables (searching design elements ... Find And Replace can be used to change names of objects through the entire ...
Rick Fisher Consulting (Find and Replace for Microsoft Access) Developer of Microsoft Access add-ins (Find and Replace). Database development (Client-Server, Access, SQL Server, ... Find and Replace (a development tool) ...
Advanced Find & Replace Press ESC at anytime to terminate a find and replace run. Far Find & Replace can also be operated in batch mode from the command line. ...
Excel XP/X: Using the Find and Replace Feature, UWEC Excel offers many shortcuts when working with the program. Two of these time-saving techniques are the Find and Replace features, which can rapidly change the ...



 
All Times Are GMT