An operation is case insensitive when uppercase and lowercase characters are equally treated.
How do I match a case insensitive regex and delete it at the same time I read that to get …
sed case-insensitiveIf I have an HTML element <input type="submit" value="Search" /> a css selector needs to be case-sensitive: …
jquery jquery-selectors css-selectors case-insensitive selenium-webdriverIs there a good way to have a Map<String, ?> get and put ignoring case?
java map case-insensitiveHow do I compare strings in a case insensitive manner? For example, "Go" and "go" should be considered equal.
string go string-comparison equality case-insensitiveI have annotated mappings working great through my spring mvc web app, however, they are case sensitive. I cannot find …
java spring spring-mvc mapping case-insensitiveI wanted to rename a folder from "Frameworks" to "frameworks", but git would not let me add the new lowercase …
macos git case-insensitiveI am in the process of switching my development environment from sqlite3 to postgresql 8.4 and have one last hurdle. In …
ruby-on-rails ruby postgresql sql-order-by case-insensitiveWhat't the syntax for performing a case-insensitive match on a 'uid' attribute? If attribute definition matters then how would that …
ldap case-insensitive ldap-query apachedsI want all CSV files in a directory, so I use glob('my/dir/*.CSV') This however doesn't find files …
php case-insensitive globI'm trying to write a "suggestion search box" and I cannot find a solution that allows to highlight a substring …
javascript regex case-sensitive case-insensitive