The function takes a string input and returns the first character of the input string, but only if the input string contains more than one character. Otherwise, it returns an empty string.

