SDK/Everything SetRegex
From Wiki
< SDK
Everything_SetRegex
The Everything_SetRegex function enables or disables regular expressions.
Syntax
void Everything_SetRegex( BOOL bEnable );
Parameters
- bEnable
- [in] Specifies whether the search should use regular expression or a normal search.
- If this parameter is TRUE, the search uses a basic regular expression.
- If the parameter is FALSE, the search uses a normal search.
Remarks
- Regex is disabled by default.
- Regex can significantly reduce the performance of searching.
Example
Everything_SetRegex(TRUE);
Function Information
DLL Requires Everything.dll Header Declared in Everything.h, include Everything.h Library Link to Everything.lib
See Also
