erikjara / rut-lib

A Rust library for parsing, format and validate a Chilean ID (RUT)
MIT License
4 stars 3 forks source link

Fix | Support RUT numbers with preceding zeroes #11

Closed EstebanBorai closed 3 years ago

EstebanBorai commented 3 years ago

Resolves: #8

erikjara commented 3 years ago

Hi @EstebanBorai

I was review your PR and @jfgodoy's PR https://github.com/erikjara/rut-lib/pull/12, and I took the difficult decision to close this Pull Request by using String.replace instead the same Regex we have in the project for parsing input.

Thank you so much for your work ❤

EstebanBorai commented 3 years ago

Hi @EstebanBorai

I was review your PR and @jfgodoy's PR #12, and I took the difficult decision to close this Pull Request by using String.replace instead the same Regex we have in the project for parsing input.

Thank you so much for your work heart

Sure thing!