Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21ee85dba78c60e

Jump to content

// Workers AI · dad joke modeWhat did the input mask say? "I cover the data.

From Wikipedia, the free encyclopedia

In computer programming, an input mask refers to a string expression, defined by a developer, that constrains user input.[1] It can be said to be a template, or set format that entered data must conform to, ensuring data integrity by preventing transcription errors. The syntax of this string expression differs between implementations, but the fundamental input types are all supported. The requirement specified by an input mask (for example, a date format) can also be enforced as an output mask (for example, governing how output will be presented to the user when several stylings are viable options).

Some frequent uses of input masks include entry of telephone numbers, ZIP or postal codes, times and dates.

e.g. When entering into a text box a phone number on a data capture form, in the format "(111) 111 1111" the area code brackets, the space between the number and the area code will automatically be placed in.

Generally speaking, an input mask is a user-generated set of rules; e.g., a maximum of 45 characters. This kind of string is useful in finding reports and healthcare files.

An example would be: LL00 00L – this in detail shows what should be included.

References

[edit]
  1. Klimczak, Erik (2013). Design for software : a playbook for developers. Chichester, West Sussex: Wiley. ISBN 9781119943709. OCLC 841169700.