Top

mIRC Code Snippets Tagged with wildmatch

  (4)  
Sort by 
Snippet that reads from an ini based on wildcards. Also returns a list of matched items alternatively.
Tags: ini  read  wildcard  wildmatch 
+ 0 likes
3 comment(s)   |   Score: 7.7   |   Language: mIRC   |   Posted by Rebellious on Dec 20, 2007
Simple snippet to return all matched variables from your parameters. Can match different types of variables because of iswm. (e.g $varwm(*e*g) would return all variables matching *e*g.
Tags: variable  wildmatch 
+ 0 likes
3 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Rebellious on Dec 18, 2007
A simple dialog to search for variables. Like my hash table explorer, you have the option to search for wildmatches. <br> If you have any comments, don't hesitate to post them. <br> Regards...
Tags: wildmatch 
+ 0 likes
6 comment(s)   |   Score: 5.8   |   Language: mIRC   |   Posted by LiQuiDFLamE on Nov 22, 2007
Syntax: $stripwm(text,wildmatch).[frN] text: is the text you wish to strip. wildmatch: the wildmatch you wish to strip. The wildmatch character is "*" (without the quotes). "a*d"..
Tags: strip  wildmatch 
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Mpdreamz on Jun 23, 2006
Bottom