Hacker News new | ask | show | jobs
by jangerhofer 317 days ago
For those who are initially as dense as I am: spaces are also 'whittleable' characters!
1 comments

When I remove "h" from:

rat he

It doesn't accept "rate" as a correct word. What am I doing wrong?

Spaces are also whittleable characters. "rat e" is two words, the latter of which is not valid.
The space counts and has to be removed. Rathe is not a word, nor is e, so youve got to find another way.