Reference: strLeft
strLeft(s, n) returns the n first (that is, left-most) characters in s, a string. Example: strLeft("Hello World!", 5) = "Hello"
strLeft(s, n) returns the n first (that is, left-most) characters in s, a string. Example: strLeft("Hello World!", 5) = "Hello"