Skip to content

Instantly share code, notes, and snippets.

@Q4U
Created January 23, 2014 13:35
Show Gist options
  • Save Q4U/8578521 to your computer and use it in GitHub Desktop.
Save Q4U/8578521 to your computer and use it in GitHub Desktop.
HTML: BIC input
<input type="text" name="bic" pattern="^([a-zA-Z]){6}([0-9a-zA-Z]){2}([0-9a-zA-Z]{3})?$" placeholder="BIC" title="Ein BIC hat 8 oder 11 Stellen">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment