Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1211

The regular expression of a file order source should support lookahead and lookbehind

    XMLWordPrintable

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.

      Attachments

        Issue Links

          Activity

            People

              fs Florian Schreiber (Inactive)
              oh Oliver Haufe
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: