Skip to content

Instantly share code, notes, and snippets.

@Q4U
Created January 23, 2014 13:33
Show Gist options
  • Save Q4U/8578496 to your computer and use it in GitHub Desktop.
Save Q4U/8578496 to your computer and use it in GitHub Desktop.
HTML: IBAN input
<input type="text" name="iban" pattern="^DE\d{2}[ ]\d{4}[ ]\d{4}[ ]\d{4}[ ]\d{4}[ ]\d{2}|DE\d{20}$" placeholder="IBAN" title="Eine deutsche IBAN hat 22 Stellen und beginnt mit DE">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment