【发布时间】:2010-04-08 06:53:44
【问题描述】:
我有:
NSString *promise = @"thereAreOtherWorldsThanThese";
我正在尝试将其转换为字符串:
@"There are other worlds than these"
我猜这是一个正则表达式的工作,但我对 Objective C 很陌生,到目前为止还没有运气。我将非常感谢任何帮助!
【问题讨论】:
标签: iphone regex string replace nsstring