Actions
Findtext » History » Revision 3
« Previous |
Revision 3/9
(diff)
| Next »
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 CTRL + F).
Same as /search.
Switches
-e - Indicates text is a regular expression.
-n - Search backwards.
-r - Use exact match.
Parameters
<text> - Text to search.
Example
; Searches for 'Hello World1' /findtext Hello World! ; Searches for any text matching 'Hello' /findtext -r .*Hello.*
Updated by Per Amundsen over 9 years ago · 3 revisions