Using a simple String RegEx extension you can validate fields such as Email
Fields Validator
Using a String RegEx extension you can validate fields such as Email and Password. The failed validation is being represented by changing the TextField border to RED reactively.
Built With
SwiftUI
Contributing
Contributions are what make the open source community such a fantastic place to learn, share, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch git checkout -b feature/AmazingFeature
- Commit your changes git commit -m 'Add some AmazingFeature'
- Push to the branch git push origin feature/AmazingFeature
- Open a pull request