HYPNorwegianAccountNumber 1.2.1

HYPNorwegianAccountNumber 1.2.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Elvis Nuñez, Christoffer Winterkvist.



Makes validating Norwegian account numbers easy as pie

Short example:

if ([HYPNorwegianAccountNumber validateWithString:@"xxxxxxxxxxx"]) {
    NSLog(@"$$$");
}

Long example:

HYPNorwegianAccountNumber *accountNumber;
accountNumber = [[HYPNorwegianAccountNumber alloc] initWithString:@"xxxxxxxxxxx"];

if (accountNumber.isValid) {
    NSLog(@"$$$");
}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

Hyper made this. We're a digital communications agency with a passion for good code, and if you're using this library we probably want to hire you.

License

HYPNorwegianAccountNumber is available under the MIT license. See the LICENSE file for more info.