not the case 在 what's the meaning of "it is not the case that" - English ... 的評價 "It is not the case" is a more formal way of saying "it is not true". ... <看更多>
not the case 在 How to do case insensitive string comparison? - Stack Overflow 的評價 The simplest way to do it (if you're not worried about special Unicode characters) is to call toUpperCase : var areEqual = string1.toUpperCase() === string2 ... ... <看更多>