Search » History » Version 4
Per Amundsen, 08/13/2015 10:28 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */search [-enr] <text>* |
||
| 4 | |||
| 5 | 3 | Per Amundsen | Searches active window for the specified text (same as %(key)CTRL% + %(key)F%). |
| 6 | 1 | Per Amundsen | |
| 7 | *Switches* |
||
| 8 | |||
| 9 | 2 | Per Amundsen | -e - Indicates text is a [[Scripting_Regex|regular expression]]. |
| 10 | 1 | Per Amundsen | -n - Search backwards. |
| 11 | -r - Use exact match. |
||
| 12 | |||
| 13 | *Parameters* |
||
| 14 | |||
| 15 | <text> - Text to search. |
||
| 16 | |||
| 17 | *Example* |
||
| 18 | |||
| 19 | <pre> |
||
| 20 | 4 | Per Amundsen | ; Searches for 'Hello World1' |
| 21 | 1 | Per Amundsen | /search Hello World! |
| 22 | |||
| 23 | 4 | Per Amundsen | ; Searches for any text matching 'Hello' |
| 24 | 1 | Per Amundsen | /search -r .*Hello.* |
| 25 | </pre> |