Julia Version | Unit Tests | Coverage |
---|---|---|
Julia Latest |
The StrRegex
package adds Regex support to the Strs
package, as well as fix some issues present in the base Regex support.
It is working on both the release version (v0.6.2) and the latest master (v0.7.0-DEV).
This uses a R"..."
macro, or RegexStr
constructor, instead of r"..."
and Regex
as in Base.
Some changes might be needed in Base to make it work with the r"..."
regex string macro and Regex
type, because there are some fields missing that would be needed to handle arbitrary abstract string types).
04/24/2018
4 months ago
73 commits