First page Back Continue Last page Graphics
NSPredicate for Regular Expressions
MATCHES can be used for Regular Expression comparison.
Depending on data size MATCHES comparison can be computationally expensive.
Prior to using MATCHES one must evaluate if basic string comparisons like BEGINSWITH, ENDSWITH, CONTAINS... can be useful. These can boost your application performance rather than using MATCHES.