Method ReplaceAllText
ReplaceAllText(ustring, bool, bool, ustring)
Replaces all the text based on the match case.
public bool ReplaceAllText(ustring textToFind, bool matchCase = false, bool matchWholeWord = false, ustring textToReplace = null)
Parameters
textToFindustringThe text to find.
matchCaseboolThe match case setting.
matchWholeWordboolThe match whole word setting.
textToReplaceustringThe text to replace.
Returns
- bool
trueIf the text was found.falseotherwise.