Regex icon indicating copy to clipboard operation
Regex copied to clipboard

Regex class for Swift. Wraps NSRegularExpression.

Results 5 Regex issues
Sort by recently updated
recently updated
newest added

HELLO,your work was great! And I find when I triger the animation, titles and views are becoming blurry when it runs in non-plus devices, how can I fix this?

Swift 2 project was auto updated by XCode and I made some tweaks to get it to compile. It ran the tests correctly, but I should probably find a nice...

Needed for more complex regular expressions where NSRegularExpression returns NSRange with location == NSNotFound. Example: let regex = Regex("([a-z]+)(\.([a-z]+))?\.([a-z]+)") let result = regex.match("abcd.abcd") Expected result is ["abcd", nil, nil, "abcd"]...

`CocoaPods` and `Carthage` are awesome tools and make our life really easier, but there are some devs who still don't know how to use them. It would be cool to...