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
- Host: GitHub
- URL: https://github.com/zuki/regex
- Owner: zuki
- License: mit
- Created: 2016-08-04T05:18:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T07:23:53.000Z (almost 10 years ago)
- Last Synced: 2025-05-17T21:05:59.120Z (about 1 year ago)
- Language: Swift
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.