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.
AnimatedField
April 11, 2019 • MIT License
Animated UITextField with check & filter for default types (email, url, password, price, date...) for iOS
RegeributedTextView
June 18, 2017 • MIT License
RegeributedTextView is a subclass of UITextView that supports fully attribute string based on regular expression.
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