Findtext » History » Revision 8
Revision 7 (Per Amundsen, 12/21/2018 05:59 PM) → Revision 8/9 (Per Amundsen, 12/14/2019 09:40 AM)
_Added in 1.9.2_ */findtext [-enrxg] <text>* This searches active window for the specified text (same as %(key)CTRL% + %(key)F%). _Same as [[/search]]._ *Switches* -e - Indicates text is a [[Scripting_Regex|regular expression]]. *(AdiIRC only)* (AdiIRC only) -n - Search backwards. -r - Use exact match. *(AdiIRC only)* (AdiIRC only) -x - Reset previous search before seaching again. *(AdiIRC only)* (AdiIRC only) -g - Opens the [[Find_Text_Dialog|global find text dialog]]. *(AdiIRC only)* (AdiIRC only) *Parameters* <text> - Text to search. *Example* <pre> ; Searches for 'Hello World1' /findtext Hello World! ; Searches for any text matching 'Hello' /findtext -r .*Hello.* </pre>