Skip navigation.
 
mlRe: Using NSPredicate to parse strings
FROM : Jonathan Dann
DATE : Tue Mar 04 12:25:18 2008

On 3 Mar 2008, at 18:23, Dave Camp <<email_removed>> wrote:

> On Mar 3, 2008, at 10:12 AM, Jonathan Dann wrote:
>

>> On 3 Mar 2008, at 16:16, Mike Abdullah <<email_removed>> 
>> wrote:
>>

>>> Jonathon, you'll have much better luck with NSScanner. It's 
>>> designed for exactly what you want.
>>>
>>> Mike.
>>>
>>>

>> Thanks Mike, just tried it and it works quite well.  Any way of 
>> using NSScanner directly with regex? Not sure if its really 
>> necessary for my code but would probably be very useful, 
>> alternatively I'll just use NSPredicate to avoid scanning for stuff 
>> that isn't there.

>
> I'd highly recommend <https://sourceforge.net/projects/regexkit/>
>
> Dave
>


Dave, you're a legend!

That is a seriously good framework, and the documentation is great too.

Much appreciated,

Jon

Related mailsAuthorDate
mlUsing NSPredicate to parse strings Jonathan Dann Mar 3, 16:37
mlRe: Using NSPredicate to parse strings Mike Abdullah Mar 3, 17:16
mlRe: Using NSPredicate to parse strings Jonathan Dann Mar 3, 19:12
mlRe: Using NSPredicate to parse strings Dave Camp Mar 3, 19:23
mlRe: Using NSPredicate to parse strings Jonathan Dann Mar 4, 12:25
mlRe: regexkit [Using NSPredicate to parse strings] Jens Alfke Mar 4, 18:50
mlRe: regexkit [Using NSPredicate to parse strings] Jonathan Dann Mar 4, 19:19
mlRe: regexkit [Using NSPredicate to parse strings] Jens Alfke Mar 4, 22:08
mlRe: regexkit [Using NSPredicate to parse strings] glenn andreas Mar 4, 22:33
mlRe: regexkit [Using NSPredicate to parse strings] John Engelhart Mar 5, 05:55
mlRe: regexkit [Using NSPredicate to parse strings] Jens Alfke Mar 5, 07:03
mlRe: regexkit [Using NSPredicate to parse strings] John Engelhart Mar 5, 20:48