Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xEsk/NSRegEx
Browse files Browse the repository at this point in the history
  • Loading branch information
xEsk authored and xEsk committed Apr 3, 2014
2 parents 38ee6aa + 4af0893 commit cfa6546
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ At this initital stage, this extension only covers the most common and used func

The idea behind this project is replace the **RegexKitLite** library without the necessity to change your source code written using the **RegexKitLite** (Only the #import should be replaced).

Current implemented functions
=============================
```objc
- (BOOL)isMatchedByRegex:(NSString *)regex;
- (BOOL)isMatchedByRegex:(NSString *)regex inRange:(NSRange)range;
Expand All @@ -25,4 +27,4 @@ The idea behind this project is replace the **RegexKitLite** library without the
External libraries
==================

No external libraries are needed.
No external libraries are required.

0 comments on commit cfa6546

Please sign in to comment.