Talk:Left
Contrary to the description, this appears to return the text to the left of the first occurrence of the separator, and the separator itself:
return llDeleteSubString( src, index + llStringLength(divider), -1);
Removing " + llStringLength(divider)" would make this act as described.