-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
The Input parameter Pattern states in it's examples that regex is used. The Task doesn't use regex but pattern matching. This needs to be corrected to the documentation. Also the pattern matching documentation needs to be added.
Incorrect:
test.txt, test*.txt, test?.txt, test.(txt|xml), test.[^t][^x][^t], ^(?!prof).*_test.txt
Correct:
https://github.com/FrendsPlatform/Frends.File?tab=readme-ov-file#pattern-matching
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation