Search » History » Version 9
  Per Amundsen, 12/14/2019 09:40 AM 
  
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ | 
|---|---|---|---|
| 2 | |||
| 3 | 8 | Per Amundsen | */search [-enrxg] <text>* | 
| 4 | 1 | Per Amundsen | |
| 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 | 9 | Per Amundsen | -e - Indicates text is a [[Scripting_Regex|regular expression]]. *(AdiIRC only)* | 
| 12 | 1 | Per Amundsen | -n - Search backwards. | 
| 13 | 6 | Per Amundsen | -r - Use exact match. (AdiIRC only) | 
| 14 | 9 | Per Amundsen | -x - Reset previous search before seaching again. *(AdiIRC only)* | 
| 15 | -g - Opens the globalk find text dialog. *(AdiIRC only)* | ||
| 16 | 1 | Per Amundsen | |
| 17 | *Parameters* | ||
| 18 | |||
| 19 | <text> - Text to search. | ||
| 20 | |||
| 21 | *Example* | ||
| 22 | |||
| 23 | <pre> | ||
| 24 | 4 | Per Amundsen | ; Searches for 'Hello World1' | 
| 25 | 1 | Per Amundsen | /search Hello World! | 
| 26 | |||
| 27 | 4 | Per Amundsen | ; Searches for any text matching 'Hello' | 
| 28 | 1 | Per Amundsen | /search -r .*Hello.* | 
| 29 | </pre> |