3 Repositories
Swift nsregularexpression Libraries
Regex class for Swift. Wraps NSRegularExpression.
Regex.swift install Use CocoaPods. Add to your Podfile: pod 'Regex' And then run pod install from the shell: $ pod install usage Simple use cases: Str
Regex class for Swift. Wraps NSRegularExpression.
Regex.swift install Use CocoaPods. Add to your Podfile: pod 'Regex' And then run pod install from the shell: $ pod install usage Simple use cases: Str
Swifty regular expressions
Regex Swifty regular expressions This is a wrapper for NSRegularExpression that makes it more convenient and type-safe to use regular expressions in S