We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a22f3 commit 63a8e48Copy full SHA for 63a8e48
readme.md
@@ -36,6 +36,7 @@ clean('189726317') // '189726317'
36
clean('18.972.631-7') // '189726317'
37
clean('12.345.678-k') // '12345678K'
38
clean('12*345*678*k') // '12345678K'
39
+clean('000189726317') // '189726317'
40
41
/**
42
* Dar formato a un RUT
@@ -60,4 +61,6 @@ npm install
60
61
npm test
62
```
63
-> Librería basada en el código de [platanus/angular-rut](https://github.com/platanus/angular-rut)
64
+## License
65
+
66
+MIT © [Jesus Lobos](https://jlobos.com/)
0 commit comments