What should I return, if the input string is "" ? Where is no word for that case. Should I return the non-empty string? Should I throw an error. How can I guess?
Loading collection data...
What should I return, if the input string is "" ?
Where is no word for that case. Should I return the non-empty string? Should I throw an error. How can I guess?