mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2003
Posts: 414
Fjord artisan
OP Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
I need to find in a file ussing /filter lines what contains * and ? chars(*->42&?->63).. Any ideea how can i do that.. ?


mIRC Chm Help 6.16.0.3 Full Anchored!
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
Hi,

filter -fwg bla.txt @@ [?*]

The g flag means the matchtext is a regular expression.
The regular expression here is [?*], which means match an asterisk or question mark.

Greets


Gone.
Joined: Apr 2003
Posts: 414
Fjord artisan
OP Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
Thank you!


mIRC Chm Help 6.16.0.3 Full Anchored!
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
You're welcome.


Gone.

Link Copied to Clipboard