Fuzzy Property (Regex Object)

Sets or retrieves the fuzzy matching flag. This special flag uses fuzzy matching, and disables regular expressions. You cannot combine fuzzy matching with regular expressions. If this property is set, Engine and SeparateCrLf properties are ignored.

[JavaScript]

b = reg.Fuzzy;
reg.Fuzzy = b;

[VBScript]

b = reg.Fuzzy;
reg.Fuzzy = b;

Version

Supported on EmEditor Professional Version 22.0 or later.