Re: Regular Expressions
Re: Regular Expressions
- Subject: Re: Regular Expressions
- From: David Remahl <email@hidden>
- Date: Mon, 12 Nov 2001 01:11:15 +0100
>
Quick question,
>
>
Does anyone know of a good and documented regular expression library
>
written in objective-c or a c one? I'm looking at implementing a
>
desktop & dockling wiki wiki and it would be the easiest to just convert
>
my existing regex's from my ruby version.
>
(Even Quicker) Quick answer:
OmniFoundation.framework - OFRegularExpression class
http://www.omnigroup.com/developer/sourcecode/.
// david remahl