Regex
January 27, 2022 • MIT License
This is a wrapper for NSRegularExpression that makes it more convenient and type-safe to use regular expressions in Swift.
NSStringMask
April 19, 2017 • MIT License
NSStringMask allows you to apply masks or formats to NSStrings using NSRegularExpression to input your format.
Notepad
January 29, 2017 • MIT License
A fully themeable markdown editor with live syntax highlighting.
APValidators
June 27, 2016 • MIT License
APValidators is a codeless solution for form validation. Just connect everything right in Interface Builder and you're done. Supports really complex and extendable forms by allowing to connect vali...
SwiftyFORM - easy creation of inspectors
July 01, 2015 • MIT License
SwiftyFORM is a form framework for iOS, written in Swift.
Demo video that shows inline sliders and date pickers
https://www.youtube.com/watch?v=PKbVJ91uQdA
Features:
- There are 13 form ite...
G8MaterialKitTextField
February 21, 2015 • MIT License
The MKTextField Validator v. 1.0 - Totally @IBInspectable
Automatic MKTextField validation, using regex patterns (Some patterns are already available in the project. They are manually settable t...
Objective-C Regex Categories
December 13, 2013 • MIT License
This project is a collection of objective-c categories for NSRegularExpression and NSString that make usage easier and more concise.
//Using NSRegularExpression
NSString* string = @"I...
TSValidatedTextField
December 01, 2013 • Apache 2.0 License
This is simple and ready to use subclass of UITextField that allows you to validate text in the text field with pattern you set.
WTReTextField
June 03, 2013 • MIT License
Subclass of UITextField with RegEx input validation and formatting as you type