GALiRe
GScript argument (lacks)
Function:
Tests if a variable or element doesn't contain a given combination and returns true or false. i.e. -
if ($userName lacks("B")) ...
This works outside of GALiRe Script, as long as it is within an event tag (ex. onLoad:;).