-
Type:
Feature
-
Status: Deferred (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
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.