Could someone please explain to me why in the world when I do:
//echo -a $regsub([HH:nn],[A-Za-z]*, $chr(46), %foo) %foo
it returns: ".[HH:nn]" instead of "[..:..]"
further confusing me is why when I do:
//echo -a $regsub([HH:nn],[A-Za-z], $chr(46), %foo) %foo
it returns "[.H:nn]"
Maybe this is because I have no idea how to write a regular expression, or because I have no idea how to use $regsub properly, or because it's a bug in mIRC 6.12, or because I'm just a n00b

thanks