• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Where is Xcode's find's regular expression syntax documented?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Where is Xcode's find's regular expression syntax documented?


  • Subject: Where is Xcode's find's regular expression syntax documented?
  • From: JohnG Otto <email@hidden>
  • Date: Thu, 6 Jul 2006 13:54:28 -0400

Where is the regular expression syntax that is used by Xcode's find documented?

My immediate task is to convert some dates in HTML files from inside-out to ISO format
i.e. from 07/06/2006 to 2006-07-01


and have tried things like
\(:d:d\)\/\(:d:d\)\/\(:d:d:d:d\)
and
\([0-9][0-9]\)\/\([0-9][0-9]\)\/\([0-9][0-9][0-9][0-9]\)
for the search specification

with

\3-\1-\2
and
$3-$1-$2
and
$4-$3-$2
for the replace specification, but it apparently does not like sub-matches bracketed with \( and \), and without sub-matches, I can't use the sub-matched buffers in the replace.


I've tried using the google search with several variations to find the documentation, and searched the list archives with no joy.

_______________________________________________
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


  • Follow-Ups:
    • Re: Where is Xcode's find's regular expression syntax documented?
      • From: Gunnar Proppe <email@hidden>
    • Re: Where is Xcode's find's regular expression syntax documented?
      • From: glenn andreas <email@hidden>
  • Prev by Date: RE: Xcode crashes when compiling a PowerPlant file...
  • Next by Date: Re: Where is Xcode's find's regular expression syntax documented?
  • Previous by thread: Re: Any way to journal or trace an IDE crash?
  • Next by thread: Re: Where is Xcode's find's regular expression syntax documented?
  • Index(es):
    • Date
    • Thread