Tests if a string starts with a specific prefix. Takes str (string to test), prefix (prefix to check for). Returns 1 if str begins with prefix, otherwise returns 0.
str
String
prefix
String
; No example implemented yet