public class BankaccountExtensions extends Object
| Constructor and Description |
|---|
BankaccountExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isIbanNumber(String ibanNumber)
Checks if the ibannumber is valid.
|
protected static boolean |
isISOCountryCode(String code)
Checks the given code if its a valide ISO 3166-1 countrycode.
|
static String |
replaceCharsWithNumbers(String locale)
Replaces Characters with numbers.
|
public static boolean isIbanNumber(String ibanNumber) throws Exception
ibanNumber - The iban number.Exception - is thrown if an error occurs when checking the given ibanNumberprotected static boolean isISOCountryCode(String code)
code - The code to check.public static String replaceCharsWithNumbers(String locale) throws Exception
locale - The locale as String.Exception - is thrown if an error occurs when tryin to replace the char with numbersCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.