The Everything_SetRegex function enables or disables Regular Expression searching.
void Everything_SetRegex(
BOOL bEnabled
);
bEnabled
Set to non-zero to enable regex, set to zero to disable regex.
This function has no return value.
Regex is disabled by default.
Everything_SetRegex(TRUE);