About 9,970,000 results
Open links in new tab
  1. How to do case insensitive string comparison? - Stack Overflow

    7 There are two ways for case insensitive comparison: Convert strings to upper case and then compare them using the strict operator (===). Pattern matching using string methods: Use the …

  2. Is HTML case sensitive? - Stack Overflow

    Generally, HTML is case-insensitive, but there are a few exceptions. Entity names (the things that follow ampersands) are case-senstive, but many browsers will accept many of them entirely in …

  3. Case-insensitive string comparison in C++ - Stack Overflow

    What is the best way of doing case-insensitive string comparison in C++ without transforming a string to all uppercase or all lowercase? Please indicate whether the methods are Unicode …

  4. How to make '.Contains(string)' case insensitive - Stack Overflow

    How to make '.Contains (string)' case insensitive Asked 16 years, 11 months ago Modified 2 months ago Viewed 1.3m times

  5. How to do case insensitive search in Vim - Stack Overflow

    I like to add set ignorecase for case-insensitive searching in my vimrc, and I can use \C to do a case-sensitive search similar to what @AlokSinghal mentioned.

  6. Are class names in CSS selectors case sensitive? - Stack Overflow

    CSS selectors are generally case-insensitive; this includes class and ID selectors. But HTML class names are case-sensitive (see the attribute definition), and that's causing a mismatch in …

  7. mysql - SQL SELECT LIKE (Insensitive casing) - Stack Overflow

    SQL SELECT LIKE (Insensitive casing) Asked 12 years, 3 months ago Modified 3 years, 1 month ago Viewed 131k times

  8. Case insensitive access for generic dictionary - Stack Overflow

    Nov 5, 2012 · I have an application that use managed dlls. One of those dlls return a generic dictionary: Dictionary<string, int> MyDictionary; The dictionary contains keys with upper …

  9. Regex: ignore case sensitivity - Stack Overflow

    Mar 11, 2012 · How can I make the following regex ignore case sensitivity? It should match all the correct characters but ignore whether they are lower or uppercase. G[a-b].*

  10. SQL- Ignore case while searching for a string - Stack Overflow

    Apr 18, 2013 · sql sql-server case-insensitive sql-like ignore-case asked Apr 18, 2013 at 12:09 shockwave 3,352 9 44 62