Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 554 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 554 Bytes

Regex

Regular Expression library for iOS/Mac development written in Swift

Features

  • String extensions

  • extract

  • split

  • find

  • replace

  • Pattern

  • email

  • ipv4

  • url

Installation

Carthage

You can install Carthage with Homebrew

$ brew update
$ brew install carthage

To integrate Regex into your project, specify it in your Cartfile

github "hayashikun/Regex"

Run $ carthage update to build and drag Regex.framework into your project

License

Regex is released under the MIT license. See LICENSE for details.