Project

General

Profile

Search » History » Revision 4

Revision 3 (Per Amundsen, 08/13/2015 10:28 AM) → Revision 4/11 (Per Amundsen, 08/13/2015 10:28 AM)

_Added in 1.9.0_ 

 */search [-enr] <text>* 

 Searches active window for the specified text (same as %(key)CTRL% + %(key)F%). 

 *Switches* 

 -e - Indicates text is a [[Scripting_Regex|regular expression]]. 
 -n - Search backwards. 
 -r - Use exact match. 

 *Parameters* 

 <text> - Text to search. 

 *Example* 

 <pre> 
 ; Searches ;Searches for 'Hello World1' 
 /search Hello World! 

 ; Searches ;Searches for any text matching 'Hello' 
 /search -r .*Hello.* 
 </pre>