Details
-
Feature
-
Status: Deferred (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
Windows
Description
Current Situation
- Using \w instead of [a-zA-Z0-9_] in a regular expression of a file order source doesn't work on Windows.
- The same inconvenience might apply to \d
- This problem does not apply to Unix systems.
Desired Behavior
- Support for \w and \d should be available for all JobScheduler platforms.