Project

General

Profile

Actions

Search » History » Revision 5

« Previous | Revision 5/11 (diff) | Next »
Per Amundsen, 08/13/2015 10:30 AM


Added in 1.9.0

/search [-enr] <text>

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

Same as /findtext.

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'
/search Hello World!

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

Updated by Per Amundsen over 8 years ago · 5 revisions

Also available in: PDF HTML TXT