mIRC Homepage
Posted By: Asterix_UO regsubex bug? - 30/12/10 01:39 PM
//echo -a $regsubex(é,/./g,é)
returning éé

edit.: maybe can be a bug with utf-8
//echo -a $regsubex(é,/./,é) return é©
Posted By: Wims Re: regsubex bug? - 30/12/10 01:44 PM
mIRC is now an unicode application so the string is send to the regex engine in utf-8, you can force the engine to interpret utf8 before matching : //echo -a $regsubex(é,/(*UTF8)./,à)

© mIRC Discussion Forums