PySwiftyRegex Versions Save

Easily deal with Regex in Swift in a Pythonic way

3.0.0

4 years ago

2.0.1

6 years ago
  • Refix #5 that was incorrectly modified by Swift 4 migration tool.

2.0.0

6 years ago

Swift 4 is here!

1.0.0

7 years ago
  • Swift 3!

0.3.0

7 years ago
  • Swift 2.3 build setting update
  • Fixed a utf16 range bug

0.2.2

8 years ago
  • Fix bug casting from NSRange to Range when String.characters.count != NSString.length

0.2.1

8 years ago
  • Remove --, ++ that will be removed in Swift 3
  • Fix test cases for Swift 2.2

0.2.0

8 years ago
  • Support tvOS
  • Minor optimizations & refactorings

0.1.4

8 years ago
  • Update header docs to display correctly in Xcode 7.0
  • WatchOS target support

0.1.3

8 years ago
  • Get rid of OptionSetType Array in passing NSRegularExpression Options
  • Update with Xcode 7 beta 6 syntax with some code refactoring