SubDocument.ReplaceAll Method
Name | Parameters | Description |
---|---|---|
Replace |
text |
Finds all occurrences of the search string in the specified range, and replaces them with the replacement string. |
Replace |
text |
Finds all occurrences of the search string in the current document, and replaces them with the replacement string. |
Replace |
regex, replace |
Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string. |
Replace |
regex, replace |
Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string. |