The function f(x) takes an input string and returns the same string as output, except when the input string consists only of numeric characters. In that case, the function returns an empty string.

