Search » History » Version 10
Per Amundsen, 02/16/2023 03:20 PM
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 | 10 | Per Amundsen | table(ktable). |
12 | |*Switch*|*Description*| |
||
13 | | -e | Indicates text is a [[Scripting_Regex<notextile>|</notextile>regular expression]]. *(AdiIRC only)* | |
||
14 | | -n | Search backwards. | |
||
15 | | -r | Use exact match. (AdiIRC only) | |
||
16 | | -x | Reset previous search before seaching again. *(AdiIRC only)* | |
||
17 | | -g | Opens the globalk find text dialog. *(AdiIRC only)* | |
||
18 | 9 | Per Amundsen | |
19 | *Parameters* |
||
20 | 1 | Per Amundsen | |
21 | 10 | Per Amundsen | table(ktable). |
22 | |*Parameter*|*Description*| |
||
23 | | <text> | Text to search. | |
||
24 | 1 | Per Amundsen | |
25 | *Example* |
||
26 | |||
27 | <pre> |
||
28 | 4 | Per Amundsen | ; Searches for 'Hello World1' |
29 | 1 | Per Amundsen | /search Hello World! |
30 | |||
31 | 4 | Per Amundsen | ; Searches for any text matching 'Hello' |
32 | 1 | Per Amundsen | /search -r .*Hello.* |
33 | </pre> |