GALiRe
GScript argument (contains)




Function:
Tests if a variable or element contains given combination and returns true or false. i.e. -
if ($userName contains("B")) ...


This works outside of GALiRe Script, as long as it is within an event tag (ex. onLoad:;).