patterns ? * + @ !
Wildcards pattern MatcheS
? (pattern-list) Zero or one of the patterns
* (pattern-list) Zero or more of the patterns
+ (pattern-list) One or more of the patterns
@ (pattern-list) Exactly one of the patterns
! (pattern-list) Anything except one of the patterns
? (pattern-list) Zero or one of the patterns
* (pattern-list) Zero or more of the patterns
+ (pattern-list) One or more of the patterns
@ (pattern-list) Exactly one of the patterns
! (pattern-list) Anything except one of the patterns
Comments
Post a Comment