$startsWith

Examines if the given string starts with the specified substring.
Syntax
    $startsWith{string}{substring}
DocumentationExamines if the given string starts with the specified substring:

    Parameters:
      string, the string to be examined.
      substring, the substring to examine if the given string starts with.
    Returns:
      1 if and only if the given string starts with the specified substring; 0 otherwise.
Examples
Example 1:
    $startsWith{SITEFORUM}{SI}

    Result:
    1 (true)
Example 2:
    $startsWith{1244over}{124}

    Result:
    1 (true)
GroupString
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2