Open1
大仰な文字範囲チェック処理
StackOverflow - Is there a shorter way to write compound 'if' conditions?
Templates allow us to express ourselves in this way:
if (range("A-F").contains(ch)) { ... }
It requires a little plumbing, which you can put in a library.
[...]