An open API service indexing awesome lists of open source software.

https://github.com/zuki/regex

Regular Expression library for iOS/Mac development written in Swift
https://github.com/zuki/regex

Last synced: 12 months ago
JSON representation

Regular Expression library for iOS/Mac development written in Swift

Awesome Lists containing this project

README

          

# 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.