Skip to main content
wildcard

wildcard

1 4.6
A symbol used in searches and computer programs to stand for any letters or words
  • noun
  • /ˈwaɪldˌkɑrd/
  • Specialized
translation icon : carácter comodín
  • Is there an easy way to do this via criteria or any other easy trick to denote a 'like' or 'wildcard' match on a string field that I am overlooking?

Examples

  • Your LIKE expression is also probably not doing what you intended; you probably meant % instead of *, since % is the SQL wildcard.

    Blog text (7)
  • In fact, for a long time my default has been to use it without the wildcard.

    Blog text (11)
  • Note the SQL wildcard % is doubled to escape it, so it results in a single % in the final SQL.

    Blog text (7)
  • It allows you to create wildcard entries like .dev, which saves a lot of effort editing the /etc/hosts file.

    Blog text (31)
  • This seems like a very simple question, but searching for 'like' isn't very helpful, and searching wildcards for csla isn't coming up with any usable results.

    Blog text (16)
  • Then it is just a matter of counting how many possible settings there are with both * and # wildcards and removing duplicates from there (*#212 will yield the same results as #*212), and problem B is solved.

    Blog text (23)
  • You can use a wildcard character, such as *, to represent any value in a database search.

  • When searching for files, entering *.txt as a wildcard will display all text documents.

  • In programming, a wildcard can simplify queries by allowing flexible matching of strings.

Synonyms

magic asterisk
vswildcard
  • Specialized
6.0

A star symbol used in searches and commands to stand for many letters or words

is a general symbol representing any value across searches or computing

How General

regex
  • Specialized
5.7
wildcard
  • Specialized
1 4.6
placeholder
  • Specialized
1 7.0
literal
  • Specialized
1 6.7

Surface Forms

wildcard singular
wildcards plural

Morphology

wildcard = wild + card (transparent) = wild + card

The computing/search sense extends the game sense: a symbol that can represent any value is directly analogous to a 'wild' card.

Etymology

The word wildcard is also used for a sign in searches and computing, from the same idea of a wild card that can mean 'any' value. So a search 'wildcard' like the star sign '*' stands for different letters or words and helps you find many items.