Hi guys, I've been told I can use regex.h for powering the regular expression searches in my app. I'm never actually touched pure C code (is regex.h C?), so I've really got no idea how to implement it in a Cocoa based application. I guess I could use NSTask, but I think that could cause major slowdowns. I also know about the OmniFrameworks and others (MOKit etc.), but I'd rather cook up my own engine if possible. Any help is appreciated. Thanks, Oliver
Hi guys,
Thanks, Oliver