Commonly Used Regular Expressions (RegEx)

Introduction Zoolz users can apply filters on their data selection to include or exclude specific data (files/folders) based on certain Regular Expressions. (Learn more) Commonly Used Regular Expressions Description Regular Expression Exclude any file/folder with word temp in its name, such as: – C:\Users\UserName\Desktop\Data\Temporary folder – C:\Users\UserName\Desktop\Data\Only temporary file.txt (?i)temp Exclude any file with the archive.pst as a part […]

Read More