Method FindNextText
FindNextText(ustring, out bool, bool, bool, ustring, bool)
Find the next text based on the match case with the option to replace it.
public bool FindNextText(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 forward searched.falseotherwise.matchCaseboolThe match case setting.
matchWholeWordboolThe match whole word setting.
textToReplaceustringThe text to replace.
replacebooltrueIf is replacing.falseotherwise.
Returns
- bool
trueIf the text was found.falseotherwise.