Location
This release adds the functionality to search for only the start and length of a match.
New
- Added
Pattern.load()to attempt creating Patterns from data unknown prior to runtime. - Added
LocationandLocationsto store data about location of one and multiple matches respectively. - Added
Pattern.locate()andPattern.locate_iter()to returnLocation(s)
Improved
- Updated Rust edition to 2018.
- Added to
&str.to_rec()ability to escape"*".