sunslayer commented on a Page, mIRC Arrays v3  -  Jan 13, 2011

its used when you don't want to return any extraneous data, i.e.
if you use /echo $regex(aa,/(.)/g) it would echo a 2 in your window which is generally not want you want so you use noop $regex(aa,/(.)/g) to stop it from returning a value.

its similar to
var %variable = $regex(aa,/(.)/g) so you could perform a regex match without having to echo anything

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.