Skip navigation.
 
mlRe: Using regex.h
FROM : Guy English
DATE : Fri Nov 26 23:52:51 2004

> and remember that + (NSString) stringWithCString; and - (NSString)
> cString; are your friends.


Deprecated friends though they may be. :)

- (const char*)UTF8String may be a better choice. But you're still
going to have some problems with regex'ing against unicode.

Related mailsAuthorDate
mlUsing regex.h Oliver Cameron Nov 26, 12:19
mlUsing regex.h Oliver Cameron Nov 26, 19:44
mlRe: Using regex.h Glenn Andreas Nov 26, 23:00
mlRe: Using regex.h Andrew Farmer Nov 26, 23:07
mlRe: Using regex.h Guy English Nov 26, 23:52
mlRe: Using regex.h mmalcolm crawford Nov 26, 23:58
mlRe: Using regex.h Matthew Dec 10, 23:11
mlRe: Using regex.h Chris Eplett Dec 14, 13:47