answersLogoWhite

0

It would depend on the context. It is usually used as a wildcard, or a pattern that will match everything.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Where can you get an easy call waiting for Linux?

Try asterisk.


What does asterisk 88 asterisk mean?

Heil Hitler OR Bye Bye


What does the idiomatic expressions of asterisk mean?

An asterisk is not an idiom. It is a punctuation mark. It looks like a little star *


What does asterisk mean in hockey scoring?

There is no such thing


What does an asterisk mean in a mathematical equation?

The asterisk in a mathematical equation, usually in the context of a computer expression, means to multiply.


What does the asterisk symbol mean in this context?

In this context, the asterisk symbol () typically indicates a footnote or a reference to additional information.


What does an asterisk mean in algebra?

Normally it means to multiply....


What is the period used for in Linux regular expressions?

a period means 'any single character'. A period followed by an asterisk means 'zero or more characters'.


What is sign of not out in cricket?

If you mean in the scorecard, a not-out batsman is designated by an asterisk.


Which symbols represent the wildcard characters in Access?

The asterisk * character.The asterisk * character.The asterisk * character.The asterisk * character.The asterisk * character.The asterisk * character.The asterisk * character.The asterisk * character.The asterisk * character.The asterisk * character.The asterisk * character.


What does it mean if there is an asterisk next to the psat selection index mean?

You do not meet NMSC's requirements


What is the asterisk symbol used for in Linux regular expressions?

The asterisk symbol means 0 to many repetitions of the expression it follows. This means the regular expression "do*g" would match "dg", "dog", "doog", "dooog", ... or "(?>do)*g" would match "g", "dog", "dodog", "dododog", ...