inputPattern

database

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.

Search the database

You can use the search function and hope that there is a link to the term you are looking for.

Data entered in the search field are recorded and evaluated together with the IP address inquiring about in order to optimise the search function and the scope of the database.



Select keywords

You can use the random selection of keywords for which there are patterns:

Pattern (eight randomly selected patterns)

00024

pattern="M{0,4}(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})"
MDLXXXIX MDXCI
MDLXXX1X MCDCXXXIX
Roman numerals I,V,X,L,C,D,M
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst.

00038

(001)(2nn-nnn-nnnn)(+1)(9nn-nnn-nnnn)
pattern="((00|\+)1-)?[2-9]\d{2}-\d{3}-\d{4}"
223-123-1234 +1-223-123-1234
123-123-1234 +5-223-123-1234
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst.

00062

pattern="^[0-9]{5}$"
12345 98765
35i24 123456
Start and end markers are not used with input pattern. The complete input is always checked.
mediaevent.de
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst.

00157

pattern="SK\d{22}"
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst.

00169

pattern="0,75|6,00|[1-5],(00|25|50|75)"
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst.

00202

pattern="(Janu|Febru)ary|March|April|May|Ju(ne|ly)|August|(Septem|Octo|Novem|Decem)ber"
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst.

00268

pattern="((((0[1-9]|[12][0-9]|3[01])\/(0[13578]|1[02]))|((0[1-9]|[12][0-9]|30)\/(0[469]|11))|((0[1-9]|[12][0-8])\/(02)))\/[0-9]{4})|(29\/02\/((([02468][048]|[13579][26])00)|([0-9]{2}([02468][48]|[13579][26]))))"
full date validation format dd/mm/yyyy with taking into account leap year
Don't use it! It does not work!
html5pattern.com/
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst.

00290

pattern="(\(?\+\d{2}\)?\s?)?([0-9\(\)]{3,8})(\s)?([0-9\s]{5,10})"
ust created a UK phone number regex.This allows for an optional country code with or without brackets, area code with or without brackets and the local number allowing for using spaces to break up the number.
http://html5pattern.com/
All data without guarantee of correctness! Please test it yourself.alle Angaben ohne Gewähr der Fehlerfreiheit! Bitte teste es selbst.

privacy policy

Legal Notice