Closed jfgodoy closed 3 years ago
This PR resolves issue #8 as alternative for PR #11.
I only changed the REGEX to add support for preceding zeroes.
I had to replace the nth(0) calls with next() to pass the husky precommit checks.
nth(0)
next()
This PR resolves issue #8 as alternative for PR #11.
I only changed the REGEX to add support for preceding zeroes.
I had to replace the
nth(0)
calls withnext()
to pass the husky precommit checks.