match-patterns ( patterns filenames -- filenames' )
Vocabulary resource metadata

Next:vocab-resource-files ( vocab -- filenames )


Vocabulary
vocabs.metadata.resources

Inputs
patternsa sequence of glob patterns
filenamesa sequence of filenames


Outputs
filenames'a filtered sequence of filenames


Word description
Matches all the glob patterns in patterns to the sequence of files in filenames. If a pattern doesn't match anything, then a resource-missing error will be thrown containing that pattern.

Definition