Details
-
Feature
-
Status: Deferred (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Current Situation
- A regular expression should match all files except files that end with .zip
- Example: ^.*(?<!\.zip)$
- If you configure the file order source with this regular expression then you get the error
REGEX-13 [repetition-operator operand invalid, ^.*(?<!\.zip)$]
Desired Behavior
- The regular expression matching should support lookahead and lookbehind.