• 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
Re: Is there a regular expression class for Objective C?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there a regular expression class for Objective C?


  • Subject: Re: Is there a regular expression class for Objective C?
  • From: Chris Pavicich <email@hidden>
  • Date: Thu, 13 May 2004 14:18:46 -0400

Sorry if someone else has mentioned this already:

You might want to checkout the PCRE (Perl Compatible Regular Expression) library.

It's all C, but usable from Objective-C.

Check out: http://www.pcre.org

--CMP



On Thursday, May 13, 2004, at 12:54PM, Kay Roepke <email@hidden> wrote:

>On 13. Mai 2004, at 17:16 Uhr, Nicko van Someren wrote:
>
>> Does anyone on this list know of a good regular expression class for
>> use from Objective-C? I know that I can link against the BSD regex
>> library but I'd prefer to have something that has a better
>> understanding of NSString objects and unicode characters. Otherwise I
>> have to spend time dealing with encoding issues and remapping unicode
>> chars in the expression into byte sets for regex. Any thoughts?
>
>Have you had a look at the OmniFrameworks from www.omnigroup.com?
>The source is available and very nice to read. Somewhere in all that
>frameworks, there are regular expression classes.
>
>Regards,
>
>Kay
>_______________________________________________
>cocoa-dev mailing list | email@hidden
>Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: Cocoa Programming for Mac OS X (SE)
  • Next by Date: Re: Calling a method on objects in an NSArray
  • Previous by thread: Re: Is there a regular expression class for Objective C?
  • Next by thread: Re: Searching ADC (was Re: cursor image)
  • Index(es):
    • Date
    • Thread