for exam:
I stored V«003» text in the core data id attribute.
If I pass the 003 or V003 to the NSPredicate it should approve the search, but because of « and » characters the NSFetchRequest couldn't find the field.
How could I ignore « and » characters in NSPredicate?
Is there any Regular Expression way for NSPredicate?