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