Computer Science, asked by sharmasanna26, 2 months ago

Name any two wildcard characters . ​

Answers

Answered by AnmolJigarChawla
2

Explanation:

Asterisk and question mark are 2 wildcard characters commonly used in searching information.

Answered by sushmatvs
1

Answer:

Examples of wildcard characters

CharacterDescription*Matches any number of characters. You can use the asterisk (*) anywhere in a character string.?Matches a single alphabet in a specific position.[ ]Matches characters within the brackets.!Excludes characters inside the brackets.

Similar questions