JuliaLang / Compat.jl

Compatibility across Julia versions
Other
144 stars 117 forks source link

`startswith` and `endswith` that work with `Regex` #733

Closed fchorney closed 3 years ago

fchorney commented 3 years ago

Implements startswith(s,r) and endswith(s,r) where r is a Regex

https://github.com/JuliaLang/julia/pull/29790