Search » History » Revision 6
Revision 5 (Per Amundsen, 08/13/2015 10:30 AM) → Revision 6/11 (Per Amundsen, 02/19/2017 04:29 PM)
_Added in 1.9.0_ */search [-enr] <text>* Searches active window for the specified text (same as %(key)CTRL% + %(key)F%). _Same as [[/findtext]]._ *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) *Parameters* <text> - Text to search. *Example* <pre> ; Searches for 'Hello World1' /search Hello World! ; Searches for any text matching 'Hello' /search -r .*Hello.* </pre>