Formularvalidierung / Input Mask / Form Validation
Eingabemaske
An input mask specifies the required format for an entry, while form validation checks that entry immediately and flags errors — together these prevent faulty data at the source, rather than needing to clean it up later.
Source: W3C — HTML form validation