Extracts the leftmost characters from a string. Takes str (string to extract from), count (number of characters). Returns the first count characters from the beginning of the string.
str
String
count
Int
; No example implemented yet