-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds getSegments() which was not included in 0.5.0 [Issue #5](#5) - Adds removeSegment() which can be used in unit tests as well - Adds lineBreak() and br() which matches a new line (DOS/Unix) - Adds clear() which allows you to clear out the pattern and start from scratch - Adds getPattern() which compiles the expression and returns it - Adds deprecation candidates as @todos - Fixes mixed logic between add() and raw() - Fixes implementation on the orTry() method - Moves example in readme above changelog - Improves unit tests
- Loading branch information
1 parent
a61887d
commit 9deb185
Showing
3 changed files
with
236 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.