Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why isn't NSRegularExpression included in foundtion.framework for Mac Apps, as it is for iOS?

Why isn't NSRegularExpression included in foundtion.framework for Mac osx, as it is for iOS?

like image 307
ron Avatar asked Dec 08 '10 17:12

ron


3 Answers

I'd be very surprised if NSRegularExpression didn't make an appearance in 10.7, but you have to bear in mind that it was new in iOS release 4, which is a fairly recent release.

As such, I suspect it'll become part of the standard Mac OS foundation once it's slightly more mature.

like image 131
John Parker Avatar answered Nov 07 '22 01:11

John Parker


NSRegularExpression is included in Foundation in the newly-released OSX 10.7 :)

like image 26
Catfish_Man Avatar answered Nov 07 '22 01:11

Catfish_Man


Until 10.7 arrives you can use CocoaOniguruma

like image 1
neoneye Avatar answered Nov 07 '22 02:11

neoneye