A feature I’d like to see in Hopscotch is:
A block to make every letter in a string either uppercase or lowercase. This would work best if matches was case sensitive, too.
Here are some examples of Hopscotch code that could be improved if we had this:
Checking if some string equals some other string but not caring about the case.
This is a rare example of a problem that cannot be solved with In string, replace something with something, at least not very easily. It can be done with what blocks we have now (like in my caesar cipher a project), but it is slow compared to if it had its own block.