Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Eine einfache Validierung ist z.B.mittels RegExpr. zu machen.

Zum Verfeinern d.h. ob die Daten auch einer Bank zugeordnet werden können, bedarf dann Zugriff auf einen Datenbestand (beispielsweise einer Datenbank mit den benötigten Informationen der Geldinstituten).

Zum Format:

Die ersten 4 Buchstaben/Zeichen beschreiben die Bankleitzahl.

Danach folgen 2 Zeichen, die das Land bezeichnen.

Weiter geht des dann mit 2 Zeichen, die die "Vorwahl" beschreiben.

Wenn das zweite Symbol eine 1 ist, ist der Teilnehmer passiv. Wenn es eine 0 ist, hat man es mit einer Test-BIC zu tun.

Die letzten 3 Zeichen beschreiben den Branchen-Code. Dieser ist jedoch optional.

Ich hoffe Du kommst damit weiter.

Denn mal viel Erfolg und ein schönes Wochenende.


<?PHP


function validateBIC($code)

{

    return(eregi("^([a-zA-Z]){4}([a-zA-Z]){2}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$", $code));

}

?>

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.