Re: Regex Documentation in Xcode 3.0 ?
Re: Regex Documentation in Xcode 3.0 ?
- Subject: Re: Regex Documentation in Xcode 3.0 ?
- From: "Jaime Rios" <email@hidden>
- Date: Wed, 23 Jan 2008 13:46:31 -0500
Hmm,
That's a good question. I didn't even bother to check to see if there was documentation in Xcode for regular expressions, but instead, I went to these two sites for reference:
http://www.icu-project.org/userguide/regexp.htmlhttp://regexlib.com/CheatSheet.aspx
My co-worker also pointed me to
http://www.perl.com/doc/manual/html/pod/perlre.html which is a good site as well.
Hope that helps...
--
-Jaime
http://www.jaimerios.comOn Jan 22, 2008 5:29 PM, Jerry Krinock <
email@hidden> wrote:
In Xcode 2 documentation there was a reference to the ICU
(International Components for Unicode) web site which documented the
Regular Expressions used in Xcode's editor. But I can't find that
reference or any other Regex instructions in Xcode
3.0 documentation.
And, the ICU documentation which I had bookmarked doesn't seem to
work. For example, on that ICU page it says that replacement patterns
are symbolized by $0,$1,$2,... but what works in Xcode
3.0 is in fact
\1,\2,\3,.... And I learned that from BBEdit documentation!
Where is the documentation for Xcode 3.0 Regular Expressions?
Jerry
Hey, it would be very handy if Xcode's Regex was in fact the same as
BBEdit's :)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden
This email sent to email@hidden
_______________________________________________
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