GALiRe
GScript argument (endsWith)




Function:
Tests if a variable or element ends with a given combination and returns true or false. i.e. -
if($userName endsWith("c")) ...


This works outside of GALiRe Script, as long as it is within an event tag (ex. onLoad:;) and is best used to return a true/false value.