Method FindPreviousText
FindPreviousText(ustring, out bool, bool, bool, ustring, bool)
Find the previous text based on the match case with the option to replace it.
public bool FindPreviousText(ustring textToFind, out bool gaveFullTurn, bool matchCase = false, bool matchWholeWord = false, ustring textToReplace = null, bool replace = false)
Parameters
textToFindustringThe text to find.
gaveFullTurnbooltrueIf all the text was backward searched.falseotherwise.matchCaseboolThe match case setting.
matchWholeWordboolThe match whole word setting.
textToReplaceustringThe text to replace.
replacebooltrueIf the text was found.falseotherwise.
Returns
- bool
trueIf the text was found.falseotherwise.