Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added the Regex::Matches.join() method which joins together the cap…
…tures. Example: var match = "abc".match(/(.)(.)(.)/); say match.join("-"); # prints: 'a-b-c'
- Loading branch information