basic search and replace failing
basic search and replace failing
- Subject: basic search and replace failing
- From: email@hidden
- Date: Sun, 1 Jan 2006 12:23:00 -0500
I am new to XCode 1.5. I am using the standard search and replace
function dialog window inside a file (regular expression option
selected):
search: (top|middle|bottom)Floor
replace: m\1Floor
search: (top|middle|bottom)Floor
replace: m\1Floor
topFloor
middleFloor
bottomFloor
results:
mm\1Floor
mm\1Floor
mm\1Floor
the variable \1 is not being substituted for, and is being treated as a
literal. I tried \\1 $1 etc. all failed. The mathcing is working fine,
but the replace field part of the dialog is not being treated as a
regular expression.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden