Checked for duplicates
No - I haven't checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
No response
Describe the feature request
The pattern option for ValueSchema objects typed as file or fileList currently only allows pattern matching on the extension of a file. There should be a way to pattern match on the full filename.
For example, if I have a pattern \_TEST\_, then I would expect all filenames including the substring _TEST_ to match.
Checked for duplicates
No - I haven't checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
No response
Describe the feature request
The
patternoption for ValueSchema objects typed asfileorfileListcurrently only allows pattern matching on the extension of a file. There should be a way to pattern match on the full filename.For example, if I have a pattern
\_TEST\_, then I would expect all filenames including the substring_TEST_to match.