| 测试已测试 | ✗ |
| Lang语言 | Obj-CObjective C |
| 授权 | MIT |
| 发布上次发布 | 2014年12月 |
由 Christoffer Winterkvist、Elvis Nuñez 维护。
使验证挪威账号号码变得像做饼一样简单
if ([HYPNorwegianAccountNumber validateWithString:@"xxxxxxxxxxx"]) {
NSLog(@"$$$");
}HYPNorwegianAccountNumber *accountNumber;
accountNumber = [[HYPNorwegianAccountNumber alloc] initWithString:@"xxxxxxxxxxx"];
if (accountNumber.isValid) {
NSLog(@"$$$");
}git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Hyper 出品此库。我们是一家热爱好代码的数字传播公司,如果你使用这个库,我们可能想雇佣你。
HYPNorwegianAccountNumber 可在 MIT 授权下使用。更多信息请参阅 LICENSE 文件。