GALiRe
GScript argument (beginsWith)




Function:
Tests if a variable or element begins with a given combination and returns true or false. i.e. -
if ($variableOne beginsWith("A")) ...


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