I have:
NSString *promise = @"thereAreOtherWorldsThanThese";
which I’m trying to transform into the string:
@"There are other worlds than these"
I’m guessing this is a regex job, but I’m very new to Objective C, and have so far had no luck. I would greatly appreciate any help!
I’d use
GTMRegex(http://code.google.com/p/google-toolbox-for-mac/), for example: