It would be nice to have a case insensitive search in DEBUG.EXE
Example:
If i want to search in the memory of a loaded program for a string like "ver" which stand for version, then there are 2^3=8 theoretical possibilities and 3 likely possibilities. The latter are:
-S 0 FFFF "VER"
-S 0 FFFF "Ver"
-S 0 FFFF "ver"
But if DEBUG allowed doing a case insensitive search, it would be possible with a single command.