A while ago, I mentioned that Cocoa doesn't have built-in support for regular expressions. Johnathon S. sent me an email about NSStringRegEx (header, code), which is a method that performs regular expression matching. I like this better than a separate framework, as that seems like a lot of overhead.
The code itself has a Creative Commons Public Domain license, so you can use in all types of projects.
Technorati Tags: Cocoa, NSStringRegEx, regexp
No comments:
Post a Comment