这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
你可以这样做吗:
NSString *placeholderStr = @"_";
NSString *searchStr = [@"(Name LIKE '%%_%%' OR Contact LIKE '%%_%%'" stringByReplacingOccurrencesOfString: placeholderStr withString: [self.txtfSearch text]];
这会将所有下划线 (_) 替换为 txtfSearch
中的任何文本。
关于ios 在构建字符串时我需要重用相同的占位符,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/17933354/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |