CargoSense / vex

Data Validation for Elixir
MIT License
595 stars 60 forks source link

Fix method deprecation on Elixir 1.15 #72

Closed thbar closed 1 year ago

thbar commented 1 year ago

In Elixir 1.15, Regex.regex? is deprecated.

Here is a PR to fix that.

jfornoff commented 1 year ago

Thanks!