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
textToFind
ustringThe text to find.
gaveFullTurn
booltrue
If all the text was backward searched.false
otherwise.matchCase
boolThe match case setting.
matchWholeWord
boolThe match whole word setting.
textToReplace
ustringThe text to replace.
replace
booltrue
If the text was found.false
otherwise.
Returns
- bool
true
If the text was found.false
otherwise.