What is the function of a single asterisk (*) in an ML exclusion pattern?
A.
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
B.
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
C.
The single asterisk is the insertion point for the variable list that follows the path
D.
The single asterisk is only used to start an expression, and it represents the drive letter
In glob, single asterisk is used to match any number of characters including none while not matching beyond path separators (\ or /) and double asterisks are used to recursively match zero or more directories that fall under the current directory.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
plantvast
Highly Voted 1 year, 10 months agovsnt89
Most Recent 2 months, 3 weeks agolightmagenta
11 months, 2 weeks agosbag0024
1 year, 5 months agoFerbOP
1 year, 7 months agoMSKid
1 year, 7 months agoReddington0214
1 year, 9 months ago