Welcome to the Mythicsoft Q&A site for:
- Agent Ransack - FileLocator Lite - FileLocator Pro
Please feel free to ask any questions on these products or even answer other community member questions.
Useful Links:
Could you help me for a regex that would select ".xls", ".xlsx", ".csv" files but ignore files with "planning" or "CRM" in the file name.
Instead of using a regular expression I would recommend using the 'DOS Expression':
File Name: *.xls;*.xlsx;*.csv;NOT:planning;CRM