We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3c481 commit b41437fCopy full SHA for b41437f
.travis.yml
@@ -0,0 +1,3 @@
1
+language: elixir
2
+elixir: '1.5'
3
+otp_release: '19.0'
README.md
@@ -10,6 +10,12 @@ iex> PolishValidators.Pesel.validate("44051401359")
10
11
iex> PolishValidators.Nip.validate("6597068174")
12
{ :ok, "Valid" }
13
+
14
+iex> PolishValidators.Iban.validate("PL61109010140000071219812874")
15
+{ :ok, "Valid" }
16
17
+iex> PolishValidators.Regon.validate("517001918")
18
19
```
20
21
## Installation
0 commit comments