answersLogoWhite

0


Best Answer

It depends on where you are using it. Back in the DOS days, a * meant multiple characters and a ? meant one character.

I've seen software that says to use *, ?, and % for wildcards, but they were all for multiple characters.

So it really depends on what you are using. Not everything supports a single wildcard.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

A wildcard can be for more than a single character.

Some possibilities:

  • any single character
  • any single character or nothing
  • any character, at least one of them
  • any character, or any number of them, or none at all
This answer is:
User Avatar

User Avatar

Wiki User

11y ago

It can stand for one character, but it is mostly used for multiple characters. The question mark is specifically designated for one character.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is a wildcard for more than one character?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a wildcard for more than one character?

In Windows and UNIX-based systems, while specifying filenames, ? is a wildcard that substitutes for exactly one character. In SQL databases, the underscore (_) matches exactly one character.


What is a character that takes the place of one or more characters in a search?

Wildcard


In a query a character that serves as a placeholder for one or more unknown characters is a?

Wildcard characters


What are the wildcard characters in C?

The wildcard characters in C programming include the asterisk (*) and the question mark (?). An asterisk stands for any missing number of characters in a string while a question mark represents exactly one missing character.


What is a wild card for one character?

wildcard character is a special character that represents one or more other characters. The most commonly used wildcard characters are the asterisk (*), which typically represents zero or more characters in a string of characters, and the questionmark (?), which typically represents any one character. For example, in searching: run* would mean "any word that starts with 'run' and has any kind of ending." If you entered "run*" at a search engine that offered a wildcard character capability, you would get results for run, runs, running, runner, runners - in short, any possible word that might begin with the three letters. Wildcard characters are used in regular expressions (a form of programming in which input data is modified based on specified patterns) and in searching through file directories for similar file names (for example, if all the work files on a project start with the characters "P5," you could easily locate all the project files by simply searching for "P5*"). A wildcard character is a type of meta character . In various games of playing cards, a wild card is a designated card in the deck of cards (for example, the two of spades) that can be used as though it were any possible card.A question mark is used to match any single character. So:b?bwould match bib, bob, and bub, but not bulb.An asterisk matches zero or more characters. So:s*dwould match sad, said, summed, and so forth.bra*would match bra (remember zero or more), brad, branch, and so forth.

Related questions

What is a wildcard for more than one character?

In Windows and UNIX-based systems, while specifying filenames, ? is a wildcard that substitutes for exactly one character. In SQL databases, the underscore (_) matches exactly one character.


What is a character that takes the place of one or more characters in a search?

Wildcard


In a query a character that serves as a placeholder for one or more unknown characters is a?

Wildcard characters


Which WildCard character represents one or more file names?

A: an ****** or a ?????? Is usually accepted


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 is a single character wildcard?

The question mark (?) matches exactly one character.


A character that takes the place of one or more characters in a search is a?

wildcard, joker ======= for example, in some contexts (shells): ? replaces a single character. * replaces any number of characters.


Is the asterisk is the wildcard used to represent one and only one character in find criteria?

True


What are wild card?

A wild card is one which can have any value or suit in a game at the discretion of the whoever holds it.


What is globbing?

Globbing is the process of expanding a non-specific file name containing a wildcard character into a set of specific file names that exist in storage on a computer, server, or network. A wildcard is a symbol that can stand for one or more characters. The most common wildcard symbols are the question mark (?) for a single character and the asterisk (*) for a contiguous string of characters regards, Sarabhjeet Singh Khalsa


What are the wildcard characters in C?

The wildcard characters in C programming include the asterisk (*) and the question mark (?). An asterisk stands for any missing number of characters in a string while a question mark represents exactly one missing character.


Is 1ab an alphanumeric character?

no, this is not an alphanumeric character because it has more than one characters