Main Content
replaceWords
Replace words in documents
Syntax
Description
updates the specified documents by replacing the words in newDocuments
= replaceWords(documents
,oldWords
,newWords
)oldWords
with
the corresponding words in newWords
. The function, by default, is case
sensitive.
replaces the words in newDocuments
= replaceWords(documents
,oldWords
,newWords
,'IgnoreCase',true)oldWords
ignoring case.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2019a