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.
00017 |
| pattern="MT\d{2}( )?[A-Z]{4}\1\d{4}\1\d[A-Z\d]{3}\1([A-Z\d]{4}\1){3}\d{3}" |
| MT12 ABCD 1234 5ABC 4567 8901 2345 678 MT12ABCD123451ABC11234123412123 |
| MT12 ABCD 12345 ABC4 5678 9012 3456 78 MT121234123451ABC11234123412123 |
| The Maltese IBAN is made up of 31 alphanumeric characters. The first two alphanumeric characters identify the country in which the account is held, in this case Malta (MT), the next two digits are the check digits, which validate the complete IBAN. The next four characters are the first part of the issuing banks SWIFT identifier code (BIC) followed by five Digits, issuing banks local sort code; the remaining 18 characters are the domestic account number, with preceding zeroes whenever required and may also contain letters |
| All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00030 |
| n,0n,5 |
| pattern="[1-5],[05]|6,0" |
| 1,5 6,0 |
| 3 6,5 |
| All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00205 |
| nnnnn |
| pattern="(?!00)\d{5}" |
| 01234 98765 |
| 001234 OO1234 |
| Optimized version for the German postal code. |
| input-pattern.com |
| All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00256 |
| pattern="^0[0-9][ .-]?[0-9]{2}[ .-]?[0-9]{2}[ .-]?[0-9]{2}[ .-]?[0-9]{2}$" |
| French Phone Number |
| html5pattern.com/ |
| All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00281 |
| pattern="(0[1-9]|1[0-9]|2[0-9]|3[01]).(0[1-9]|1[012]).[0-9]{4}" |
| Date Validation dd.mm.yyyy |
| html5pattern.com/ |
| All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00328 |
| pattern="^(\(?\ 34\)?|0034)?\s?[5-9]\d\d\s?(\d\d\d\s?){2}$" |
| I send you a pattern to validate a Spanish phone number: |
| html5pattern.com/ |
| All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00343 |
| pattern=".{6,16}" |
| length between 6 and 16 is {6,16} {min,max} |
| html5pattern.com/ |
| All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00414 |
| pattern="([0-9])\(-)\(s)\(/)" |
| aba |
| ...Should be the correction tip for mobile phone numbers [0-9-s/]. The many brackets are of course nonsensical. No mobile phone number can be verified this way. |
| Don't use it! It does not work! totally broken, any input is accepted. |
| [d -/]* |
| https://www.psd-tutorials.de/threads/benoetige-dringend-hilfe-bei-dem-html5-attribut-pattern.167270/ |
| All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |