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 eb16291 commit 8b1d80cCopy full SHA for 8b1d80c
README.md
@@ -51,8 +51,8 @@ class Test
51
public void TestValidation()
52
{
53
Personnummer.valid("191212121212"); // => True
54
- Personnummer.valid("12121+21212"); // => True
55
- Personnummer.valid("2012121-21212"); // => True
+ Personnummer.valid("121212+1212"); // => True
+ Personnummer.valid("20121212-1212"); // => True
56
}
57
58
```
0 commit comments