使用Xcode查找项目中的中文字符串

  1. 打开”Find Navigator”
  2. 切换搜索模式到 “Find > Regular Expression”
  3. 输入@"[^"]*[\u4E00-\u9FA5]+[^"\n]*?" (swift请去掉”@” 输入@"[^"]*[\u4E00-\u9FA5]+[^"\n]*?" 就好了)
posted @ 2016-03-21 14:32  willbin  阅读(465)  评论(0编辑  收藏  举报