StackOverflow 文件 core-data 教程 使用謂詞 匹配一個確切的字串 匹配一個確切的字串 Created: November-22, 2018 let fetchRequest = NSFetchRequest(entityName: "Foo") var thePredicate: NSPredicate? thePredicate = NSPredicate(format: "message == 'example'") 實體 Foo 具有 message 字串屬性 換人使用謂詞