Regex Object¶
Properties¶
Sets or retrieves the type of the regular expression engine. | |
Sets or retrieves the fuzzy matching flag. | |
Sets or retrieves the global flag. | |
Sets or retrieves whether the regular expression ignores cases. | |
Sets or retrieves whether the regular expression matches only whole words. | |
Sets or retrieves the regular expression pattern. | |
Sets or retrieves whether the regular expression treats CR and LF separately. |
Methods¶
Searches the specified string for the regular expression and returns a Match object if a match is found. | |
Searches the specified string for the regular expression and replace with the specified string. | |
Tests the regular expression is successfully matched against the specified string. |
Version¶
Supported on EmEditor Professional Version 15.9 or later.