sorry I wish there was a better explanation of regex I only get stuff from knowledge and from sites but alot is php regex or c# regex that i get which is a tad different from mIRC

*$ is not even used apparently in mirc because when I tried a simple state like this ^(what|that|mat)*$ if i used *$ it didnt work while without *$ it searched the beginning for.. ()

also for alias -l nhtml { return $remove($regsubex($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,),$chr(9)) }

would I be correct in saying that $regsubex returns data that it find in (here|here) the use of $remove is of course to remove that data.

But how I learnt regex is that if ^ isin the beginning and after the ( like so (^ it becomes isnot so example (^[^<]*> would isnot [ isnot < matches *

LOL ok well as you can see I got myself confused could someone break that down for me please. I learn everything fast but regex wasnt used enough for me to knwo


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }