Swift validation
Swift validation Sometimes we want to validate forms with many fields, for example name, phone, email, and with different rules. In swift, we can use predicate and extension. Define your regular expression and predicate. Next step, use predicate in extension. Tada, you can call it everywhere.