Search » History » Version 2
  Per Amundsen, 08/13/2015 10:28 AM 
  
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ | 
|---|---|---|---|
| 2 | |||
| 3 | */search [-enr] <text>* | ||
| 4 | |||
| 5 | 2 | Per Amundsen | This 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 | ;Searches for 'Hello World1' | ||
| 21 | /search Hello World! | ||
| 22 | |||
| 23 | ;Searches for any text matching 'Hello' | ||
| 24 | /search -r .*Hello.* | ||
| 25 | </pre> |