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.
00075 |
pattern="(?! )[A-Za-z ]" |
Allow letters between A-Z or a-z. The text may have blank spaces but not at the beginning. |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00100 |
pattern="(?=.*\d)" |
Prediction. However, a pattern has to be attached to which the prediction is valid. |
Don't use it! It does not work! the pattern for prediction is missing. |
(?=.*\d).* |
patterntest user input on tfcpc:input-pattern (previous version) |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00124 |
pattern="DK\d{16}" |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00187 |
pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" |
Don't use it! It does not work! |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00257 |
pattern="[A-z]\d[A-z] ?\d[A-z]\d" |
Canadian Postal Code in formats A0A 0A0 or A0A0A0 or A0A-0A0 |
html5pattern.com/ |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |
00283 |
pattern="(^(\+?\-? *[0-9]+)([,0-9 ]*)([0-9 ])*$)|(^ *$)" |
it allows a +, - , signs digits, spaces, but not a blank entry. If you need a blank entry, use this: |
http://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. |
00338 |
pattern="(\d+,?)*" |
hello I need a pattern that has this format: 12,5,1,6,9,7,41 the number of numbers is not limited |
html5pattern.com/ |
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst. |