Re: How to use regular expressions in XCode Find/Replace
Re: How to use regular expressions in XCode Find/Replace
- Subject: Re: How to use regular expressions in XCode Find/Replace
- From: Fritz Anderson <email@hidden>
- Date: Tue, 11 Aug 2009 12:47:57 -0500
On 11 Aug 2009, at 11:51 AM, Paul Summermatter wrote:
Either I'm doing something wrong or XCode doesn't recognize the $1
replacement parameter, because I end up with @synthesize $1 = _$1;
It doesn't. Use \1 instead.
— F
--
Fritz Anderson -- Xcode 3 Unleashed: Now in its second printing -- <http://x3u.manoverboard.org/
>
_______________________________________________
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