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

cocoa, cocoa-touch, objective-c

Solution

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.

Problem

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

Original source

Related problems