This pattern database contains current 417 pattern for everything possible and impossible. I hope you can find the pattern you need for your work here. Faultlessness cannot be guaranteed! But you can test the pattern if it does what you expect it to do. Use the built-in input field.
00013 |
pattern="AT\d{2}( )?(\d{4}\1){3}\d{4}" |
AT021100000622888600 AT12 1234 1234 1234 1234 |
DE021100000622888600 AT0211000006228886050 |
IBAN always begins with the country code (AT) and the two-digit checksum for the entire IBAN. This is followed by the bank code and the account number (if the account number has no 11 digits, the missing digits are filled with zeros from the beginning). For the human-machine interface, the IBAN may be noted in groups of four. The validity of the IBAN cannot of course be checked in this way. |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00116 |
pattern="BH\d{2}[A-Z]{4}[0-9A-Z]{14}" |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00140 |
pattern="LV\d{2}[A-Z]{4}[0-9A-Z]{13}" |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00142 |
pattern="LT\d{18}" |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00165 |
pattern="GB\d{2}[A-Z]{4}\d{14}" |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00315 |
pattern="[2-5](\.\d+)?|6(\.0+)?" |
A decimal between 2 and 6? [2-5](.d+)?|6(.0+)? You may limit to n decimal places by replacing + with {1,n} As in your example, this would be [2-5](.d{1,2})?|6(.0{1,2})? |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00347 |
pattern="([1-35-8]\d|4[0-7]\d|9[0-8])\d \d\d" |
123 12 352 55 |
012 42 483 73 |
input-pattern.com |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00349 |
pattern="\d{4}mm Wide x \d{4}mm Deep x \d{4}mm High" |
0000mm Wide x 0000mm Deep x 0000mm High |
Question on html5pattern.com answered by input-pattern.com |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |