Returns true/false if <string> starts with <substring>. Case sensitive.
Example:
starts_with = StrStartsWith( "my_string", "my_" )
* = mandatory