Project

General

Profile

Findtext » History » Version 9

Per Amundsen, 02/16/2023 12:31 PM

1 1 Per Amundsen
_Added in 1.9.2_
2
3 7 Per Amundsen
*/findtext [-enrxg] <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 9 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 [[Find_Text_Dialog<notextile>|</notextile>global find text dialog]]. *(AdiIRC only)* |
18 8 Per Amundsen
19
*Parameters*
20 1 Per Amundsen
21 9 Per Amundsen
table(ktable).
22
|*Parameter*|*Description*|
23
| &lt;text&gt; | Text to search. |
24 1 Per Amundsen
25
*Example*
26
27
<pre>
28 3 Per Amundsen
; Searches for 'Hello World1'
29 1 Per Amundsen
/findtext Hello World!
30
31 3 Per Amundsen
; Searches for any text matching 'Hello'
32 1 Per Amundsen
/findtext -r .*Hello.*
33
</pre>