Findtext » History » Revision 3
Revision 2 (Per Amundsen, 02/10/2014 02:40 PM) → Revision 3/9 (Per Amundsen, 08/13/2015 10:30 AM)
_Added in 1.9.2_ */findtext [-enr] <text>* This searches active window for the specified text (same as %(key)CTRL% + %(key)F%). Control+F). _Same as [[/search]]._ *Switches* -e - Indicates text is a [[Scripting_Regex|regular expression]]. Use regular expressions. -n - Search backwards. -r - Use exact match. *Parameters* <text> - Text to search. *Example* <pre> ; Searches ;Searches for 'Hello World1' /findtext Hello World! ; Searches ;Searches for any text matching 'Hello' /findtext -r .*Hello.* </pre>