数据库中“描述器”下方的典型字符串如下所示
'姓名,年份'
IE
“史密斯,2013”
我想通过删除逗号和它后面的任何内容来删除它
“史密斯”
predicate = [NSPredicate predicateWithFormat:@"describer LIKE %@", filter];
数据库中“描述器”下方的典型字符串如下所示
'姓名,年份'
IE
“史密斯,2013”
我想通过删除逗号和它后面的任何内容来删除它
“史密斯”
predicate = [NSPredicate predicateWithFormat:@"describer LIKE %@", filter];