whisperfish / rust-phonenumber

Library for parsing, formatting and validating international phone numbers.
Apache License 2.0
162 stars 55 forks source link

Bail out if regexp doesn't match when looking for extensions #44

Closed fabricedesre closed 1 year ago

fabricedesre commented 2 years ago

This fixes https://github.com/rustonaut/rust-phonenumber/issues/43

gferon commented 1 year ago

Thanks @fabricedesre, better late than never 😄 (the repository got transferred so we can pick up maintainership now).