Write a short note on searching a file using wild card characters?
Answers
Answered by
1
Explanation:
Using Wild Cards � The Asterisk
The * (asterisk) is a wild card that takes the place of any number of letters. Example: You know a file starts with the letter H. So type H* in the search box. You will get every file or folder that starts with H
Answered by
2
Answer:
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 ...
Explanation:
i hope its help to you ✌
Similar questions