EEex_StringStartsWith
EEex_StringStartsWith(string, startsWith)
Checks the first character of a string.
Parameters
string - string to check
startsWith - character to check that the string begins with
Return
Returns true if the string begins with the character specified
Example
EEex_StringStartsWith()
See Also