String.StartsWith
Skip to content
mnscript
bool String.StartsWith(string, string) 

Description ​

Returns whether the first string begins with the second string

Arguments ​

string - The string
string - The segment to look for

Returns ​

bool - True if the first string starts with the second string