Originally Posted By: Loki12583
Testing the ? character:
Code:
var %regex = /(\?){10,}/Sig
if ($regex($1-,%regex)) { do stuff }


mIRC was interpreting the comma in the regex as a delimter for the $regex identifier, so store it in a variable first.

Aye, my bad. Thanks Loki for correcting. wink