Print Page | Close Window

find & replace text using wild cards

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=11273
Printed Date: 31.May.2026 at 22:28


Topic: find & replace text using wild cards
Posted By: dieselDingo
Subject: find & replace text using wild cards
Date Posted: 17.Jul.2015 at 17:59
can anyone tell me how I do a find and replace text using wild cards.
I have room numbers 700 - 799 in a drawing, I want to change the numbers to 600-699.
meaning I just want to change the first number in any given room number.
when I do a find and replace, find 7 and change to 6 it not only changes the 7xx and changes to 6xx but t will also change room number 717 to 616. I need the room number to be 617. hope this makes sense..
 
Thanks,
DD


-------------
Diesel Dingo



Replies:
Posted By: Vladimir Michl
Date Posted: 17.Jul.2015 at 18:38
You can use srxText for this:
http://www.cadstudio.cz/en/apps/srxtext/" rel="nofollow - http://www.cadstudio.cz/en/apps/srxtext/
 
search/replace using this regular expression:
 
6(\d\d)
7$1
 


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner



Print Page | Close Window