Findtext » History » Revision 5
Revision 4 (Per Amundsen, 02/19/2017 04:29 PM) → Revision 5/9 (Per Amundsen, 06/24/2017 11:23 PM)
_Added in 1.9.2_
*/findtext [-enr] <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)
-n - Search backwards.
-r - Use exact match. (AdiIRC only)
-x - Reset previous search before seaching again. (AdiIRC only)
-g - Opens the globalk find text dialog. (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>