Search » History » Version 7
Per Amundsen, 06/24/2017 11:23 PM
| 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 | 6 | 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 | -x - Reset previous search before seaching again. (AdiIRC only) |
||
| 15 | 7 | Per Amundsen | -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> |