Sunday, April 23, 2006

NSStringRegEx


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: , ,

No comments:

Post a Comment

Unlocking Raspberry Pi Potential: Navigating Network Booting Challenges for Enhanced Performance and Reliability

I've set up several Raspberry Pis around our house for various projects, but one recurring challenge is the potential for SD card failur...