Skip to content
/ Regex Public

Regular Expression library for iOS/Mac development written in Swift

License

Notifications You must be signed in to change notification settings

zuki/Regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Regular Expression library for iOS/Mac development written in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published