Search » History » Version 5
Per Amundsen, 08/13/2015 10:30 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 | 5 | Per Amundsen | _Same as [[/findtext]]._ |
| 8 | |||
| 9 | 1 | Per Amundsen | *Switches* |
| 10 | |||
| 11 | 2 | Per Amundsen | -e - Indicates text is a [[Scripting_Regex|regular expression]]. |
| 12 | 1 | Per Amundsen | -n - Search backwards. |
| 13 | -r - Use exact match. |
||
| 14 | |||
| 15 | *Parameters* |
||
| 16 | |||
| 17 | <text> - Text to search. |
||
| 18 | |||
| 19 | *Example* |
||
| 20 | |||
| 21 | <pre> |
||
| 22 | 4 | Per Amundsen | ; Searches for 'Hello World1' |
| 23 | 1 | Per Amundsen | /search Hello World! |
| 24 | |||
| 25 | 4 | Per Amundsen | ; Searches for any text matching 'Hello' |
| 26 | 1 | Per Amundsen | /search -r .*Hello.* |
| 27 | </pre> |