Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added auto-stringification for
Regex::Matches
objectes.
Example: var str = 'Hello Sidef'; var match = str.match(/^Hello (.+)/i); say match; # prints: 'Sidef'
- Loading branch information