This pattern database contains current 377 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.
00020 |
ATUnnnnnnnn |
pattern="ATUd{8}" |
ATU12345678 ATU98765432 |
AT123456789 AT1U2345678 |
Each company within the European Union (EU) can be uniquely identified using the VAT identification number (VAT ID). It is particularly relevant for invoicing. For Austria, the identifier AT and the first digit must be the letter "U", followed by 8 digits. |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00098 |
pattern="(?:19|20)(?:(?:[13579][26]|[02468][048])-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:30))|(?:(?:0[13578]|1[02])-31))|(?:[0-9]{2}-(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-8])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:29|30))|(?:(?:0[13578]|1[02])-31)))" |
Don't use it! It does not work! (fails on 2019-03-30) |
html5pattern.com/Dates |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00190 |
pattern="[0-9]{2}\-[0-9]{3}" |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00266 |
pattern="#([0-9a-fA-F]{6}|[0-9a-fA-F]{3})" |
html5pattern.com/ |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00298 |
pattern="(\+|00)\d{2}((\ |))\d{2}((\ |))\d{7}" |
simple pattern for international phone number formats: |
http://html5pattern.com/ |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00325 |
pattern="(\d{3}([\-]\d{2}([\-]\d{4})))" |
Social Security Pattern (xxx-xx-xxxx) |
\d{3}-\d{2}-\d{4} |
http://html5pattern.com/ |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00337 |
pattern="(?!10)(?!29)(?!35)(?!5[45])(?!6[56])(?!8[6-9])[1-9]\d{5}" |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00377 |
pattern="(?=.*\d.*\d)(?=.*[\W_].*[\W_])(?=.*[A-Z])(?=.*[a-z].*[a-z]).+" |
Password ensure it shall contain at least 2 small, 1 upper case, 2 digit and 2 special characters |
asked 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. |