Input mask (original) (raw)

About DBpedia

In computer programming, an input mask refers to a string expression, defined by a developer, that constrains user input. 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. Some frequent uses of input masks include entry of telephone numbers, ZIP or postal codes, times and dates. An example would be: LL00 00L – this in detail shows what should be included.

Property Value
dbo:abstract In computer programming, an input mask refers to a string expression, defined by a developer, that constrains user input. 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. 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. (en)
dbo:wikiPageID 4659608 (xsd:integer)
dbo:wikiPageLength 1284 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1029008969 (xsd:integer)
dbo:wikiPageWikiLink dbc:Data_quality dbc:User_interface_techniques dbr:Transcription_error
dbp:wikiPageUsesTemplate dbt:Compu-prog-stub
dct:subject dbc:Data_quality dbc:User_interface_techniques
rdf:type yago:WikicatUserInterfaceTechniques yago:Ability105616246 yago:Abstraction100002137 yago:Cognition100023271 yago:Know-how105616786 yago:Method105660268 yago:PsychologicalFeature100023100 yago:Technique105665146
rdfs:comment In computer programming, an input mask refers to a string expression, defined by a developer, that constrains user input. 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. Some frequent uses of input masks include entry of telephone numbers, ZIP or postal codes, times and dates. An example would be: LL00 00L – this in detail shows what should be included. (en)
rdfs:label Input mask (en)
owl:sameAs freebase:Input mask yago-res:Input mask wikidata:Input mask https://global.dbpedia.org/id/fHPD
prov:wasDerivedFrom wikipedia-en:Input_mask?oldid=1029008969&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Input_mask
is dbo:wikiPageWikiLink of dbr:Decimal_separator dbr:Delrina dbr:Transcription_error
is foaf:primaryTopic of wikipedia-en:Input_mask