Use Regex with NSPredicate – Ios swift
Aim Using NSPredicate I would like to use Regex to match all strings beginning with "Test" I specifically want to use Regex and NSPredicate. Questions What mistake am I making? What is the right way to use Regex to achieve…