Wildcard character
From Wikipedia, the free encyclopedia
The term wildcard character has the following meanings:
TelecommunicationIn telecommunications, a wildcard character is a character that may be substituted for any of a defined subset of all possible characters.
Computing
In computer (software) technology, a wildcard character can be used to substitute for any other character or characters in a string. The asterisk (*) usually substitutes as a wildcard character for any zero or more characters, and the question mark (?) usually substitutes as a wildcard character for any one character, as in the CP/M, DOS, Microsoft Windows and POSIX (Unix) shells. (In Unix this is referred to as glob expansion.) In SQL, wildcard characters can be used in "LIKE" expressions; the percent sign (%) matches zero or more characters, and underscore (_) a single character. In Microsoft Access, wildcard characters can be used in "LIKE" expressions; the asterisk sign (*) matches zero or more characters, and question mark (?) a single character. In many regular expression implementations, the period (.) is the wildcard character for a single character. References
See alsoExternal linkses:Carácter Wildcard (Informática) eo:Ĵokero fr:Métacaractère nl:Jokerteken ja:ワイルドカード (情報処理) no:Jokertegn pl:Wieloznacznik fi:Jokerimerkki sv:Jokertecken |


