• 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
find regular expressions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

find regular expressions


  • Subject: find regular expressions
  • From: Tom Worster <email@hidden>
  • Date: Sat, 01 Nov 2008 07:52:42 -0400
  • Thread-topic: find regular expressions

concerning the xcode text editor's find feature, the xcode user guide refers
to ICU's Regular Expressions documentation at
http://www.icu-project.org/userguide/regexp.html

so i'm surprised with how look-behind assertions are working. here's some
things i tried in xcode 3.1. the regexp i tried is the bit before the -- and
my comment.

base -- matches all your base, i mean: all instances of base.
base(?<!data) -- matches all your base including database!
base(?<=data) -- matches nothing, not even your database!

any ideas?


 _______________________________________________
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: find regular expressions
      • From: Paul Russell <email@hidden>
  • Prev by Date: build phase and other issues of a framework
  • Next by Date: Re: find regular expressions
  • Previous by thread: build phase and other issues of a framework
  • Next by thread: Re: find regular expressions
  • Index(es):
    • Date
    • Thread