| Flag | Value | Description |
| RegExpIgnoreCase | 0x00000002 | True to ignore case and false to match case. |
Finds and replaces all occurrences of regular expression matches with a given pattern. Complexity: varying.
This method is a replacement for IFileDocument.ReplaceAllRegExp2 when used in scripting languages.