Skip to content

Commit

Permalink
Merge pull request #13 from crossroadlabs/develop
Browse files Browse the repository at this point in the history
Better readme
  • Loading branch information
dileping committed Feb 17, 2016
2 parents a28b7cc + 9658cb0 commit db1c8cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ let splits = myString.split("(\\d)".r)
//splits contains ["Hello ", "1", " word. Sentence number ", "2", "."]
```

## Goals

Regex framework was mainly introduced to fulfill the needs of [Swift Express](https://github.com/crossroadlabs/Express) - web application server side framework for Swift. Still we hope it will be useful for everybody else.

## Roadmap

* v0.5: alternative PCRE based implementation (OS X, Linux)
Expand Down

0 comments on commit db1c8cc

Please sign in to comment.