Question 1 · 1
What is the function of a single asterisk (*) in an ML exclusion pattern?
Choose one answer.
- The single asterisk will match any number of characters, including none. It does include separator characters, such as \ or /, which separate portions of a file path
- The single asterisk will match any number of characters, including none. It does not include separator characters, such as \ or /, which separate portions of a file path
- The single asterisk is the insertion point for the variable list that follows the path
- The single asterisk is only used to start an expression, and it represents the drive letter