DaffodilGirl 2013-03-07 03:04 采纳率: 0%
浏览 2349
已采纳

使用NSPredicate过滤NSArray

有一个NSArray,我想用predicate过滤一下。

NSLog(@"text is %@",txtSearch.text);
NSPredicate *bPredicate =
[NSPredicate predicateWithFormat:@"SELF beginswith[c] '%@'",txtSearch.text];
arrSearchedPlayers =
[arrPlayers filteredArrayUsingPredicate:bPredicate];
NSLog(@"array after searched is %@",arrSearchedPlayers);

但是再输入文本时数组还是空的,使用下面的predicate的话就结果正常:

 NSPredicate *bPredicate =
    [NSPredicate predicateWithFormat:@"SELF beginswith[c] 's'"];

这是为什么呢?

  • 写回答

1条回答 默认 最新

  • ReyZhang 移动开发领域新星创作者 2013-03-07 03:25
    关注
    NSPredicate *bPredicate =[NSPredicate predicateWithFormat:@"SELF beginswith[cd] %@",txtSearch.text];
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 (SQL语句|查询结果翻了4倍)
  • ¥15 Odoo17操作下面代码的模块时出现没有'读取'来访问
  • ¥50 .net core 并发调用接口问题
  • ¥15 网上各种方法试过了,pip还是无法使用
  • ¥15 用verilog实现tanh函数和softplus函数
  • ¥15 Hadoop集群部署启动Hadoop时碰到问题
  • ¥15 求京东批量付款能替代天诚
  • ¥15 slaris 系统断电后,重新开机后一直自动重启
  • ¥15 QTableWidget重绘程序崩溃
  • ¥15 谁能帮我看看这拒稿理由啥意思啊阿啊