Findtext » History » Version 4
Per Amundsen, 02/19/2017 04:29 PM
1 | 1 | Per Amundsen | _Added in 1.9.2_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | */findtext [-enr] <text>* |
4 | 1 | Per Amundsen | |
5 | 3 | Per Amundsen | This searches active window for the specified text (same as %(key)CTRL% + %(key)F%). |
6 | 1 | Per Amundsen | |
7 | 3 | Per Amundsen | _Same as [[/search]]._ |
8 | |||
9 | 1 | Per Amundsen | *Switches* |
10 | |||
11 | 4 | Per Amundsen | -e - Indicates text is a [[Scripting_Regex|regular expression]]. (AdiIRC only) |
12 | 1 | Per Amundsen | -n - Search backwards. |
13 | 4 | Per Amundsen | -r - Use exact match. (AdiIRC only) |
14 | -x - Reset previous search before seaching again. (AdiIRC only) |
||
15 | 1 | Per Amundsen | |
16 | *Parameters* |
||
17 | |||
18 | <text> - Text to search. |
||
19 | |||
20 | *Example* |
||
21 | |||
22 | <pre> |
||
23 | 3 | Per Amundsen | ; Searches for 'Hello World1' |
24 | 1 | Per Amundsen | /findtext Hello World! |
25 | |||
26 | 3 | Per Amundsen | ; Searches for any text matching 'Hello' |
27 | 1 | Per Amundsen | /findtext -r .*Hello.* |
28 | </pre> |