Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Mar 22, 2016
1 parent 11c1be2 commit 177bb51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Get index of each capture.

## Why?

You want to match a regex like `/(a).(b)(c.)d/` with "aabccde", and get the following information back:
You want to match a regex like `/(a.)(b)(c.)d/` with "aabccde", and get the following information back:

"a" at index = 0
"aa" at index = 0
"b" at index = 2
"cc" at index = 3

Expand Down Expand Up @@ -178,4 +178,4 @@ Welcome to pull request to fix this limitation :)

## License

MIT
MIT

0 comments on commit 177bb51

Please sign in to comment.