Y
Hacker News
new
|
ask
|
show
|
jobs
by
busymom0
317 days ago
When I remove "h" from:
rat he
It doesn't accept "rate" as a correct word. What am I doing wrong?
2 comments
Retr0id
317 days ago
Spaces are also whittleable characters. "rat e" is two words, the latter of which is not valid.
link
Freeboots
317 days ago
The space counts and has to be removed. Rathe is not a word, nor is e, so youve got to find another way.
link