Wildcard

In computing, a wildcard refers to a character that can be substituted for zero or more characters in a string. Wildcards are commonly used in computer programming, database SQL search queries, and when navigating through DOS or Unix directories via the command prompt.

Below are some popular uses for wildcards:

In the examples above, wildcards are used to search for partial matches instead of exact matches. This can be helpful when searching for files or looking up information from a database.
Updated: May 26, 2010

Tech Factor: 5/10

http://www.techterms.com/definition/wildcard

Copyright © 2012 TechTerms.com