Back to Devexpress

SubDocument.ReplaceAll Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-subdocument-dot-replaceall.md

latest1.4 KB
Original Source

SubDocument.ReplaceAll Method

NameParametersDescription
ReplaceAll(String, String, SearchOptions, DocumentRange)textToFind, replaceWith, options, rangeFinds all occurrences of the search string in the specified range, and replaces them with the replacement string.
ReplaceAll(String, String, SearchOptions)textToFind, replaceWith, optionsFinds all occurrences of the search string in the current document, and replaces them with the replacement string.
ReplaceAll(Regex, String, DocumentRange)regex, replaceWith, rangeReplaces all occurrences of a character pattern defined by a regular expression with a specified replacement string.
ReplaceAll(Regex, String)regex, replaceWithReplaces all occurrences of a character pattern defined by a regular expression with a specified replacement string.