Actions
Search » History » Revision 10
« Previous |
Revision 10/11
(diff)
| Next »
Per Amundsen, 02/16/2023 03:20 PM
Added in 1.9.0
/search [-enrxg] <text>
Searches active window for the specified text (same as CTRL + F).
Same as /findtext.
Switches
Switch | Description |
-e | Indicates text is a regular expression. (AdiIRC only) |
-n | Search backwards. |
-r | Use exact match. (AdiIRC only) |
-x | Reset previous search before seaching again. (AdiIRC only) |
-g | Opens the globalk find text dialog. (AdiIRC only) |
Parameters
Parameter | Description |
<text> | Text to search. |
Example
; Searches for 'Hello World1' /search Hello World! ; Searches for any text matching 'Hello' /search -r .*Hello.*
Updated by Per Amundsen over 1 year ago · 10 revisions