A Watched Folder is configured with the following include file pattern: *.[Nn][Ww][Qq]. Which files are allowed through?
A Watched Folder is configured with the following include file pattern: *.[Nn][Ww][Qq]. Which files are allowed through?
Files that end with .NWQ (case insensitive). The include file pattern *.[Nn][Ww][Qq] allows for any file where the extension is .NWQ, regardless of case. The square brackets [] indicate a set of characters, and using both uppercase and lowercase within these brackets allows for case insensitivity.
Ans is C For case insensitive matching, you'd use [aA][bB][cC]*.[zZ][iI][pP] portably. Some shells have extended globbing operators for case insensitive matching
Answer is C. https://help.adobe.com/en_US/AEMForms/6.1/WorkbenchHelp/WS92d06802c76abadb-1cc35bda128261a20dd-7f70.2.html