Project

General

Profile

Findtext » History » Revision 2

Revision 1 (Per Amundsen, 02/10/2014 02:39 PM) → Revision 2/9 (Per Amundsen, 02/10/2014 02:40 PM)

_Added in 1.9.2_ 

 */findtext /findtext [-enr] <text>* <text> 

 This searches active window for the specified text (same as Control+F). 

 *Switches* 

 -e - Use regular expressions. 
 -n - Search backwards. 
 -r - Use exact match. 

 *Parameters* 

 <text> - Text to search. 

 *Example* 

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

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