Top "Case-insensitive" questions

An operation is case insensitive when uppercase and lowercase characters are equally treated.

Using sed to delete a case insensitive matched line

How do I match a case insensitive regex and delete it at the same time I read that to get …

sed case-insensitive
CSS selector case insensitive for attributes

If 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-webdriver
Is there a good way to have a Map<String, ?> get and put ignoring case?

Is there a good way to have a Map<String, ?> get and put ignoring case?

java map case-insensitive
Case insensitive string comparison in Go

How do I compare strings in a case insensitive manner? For example, "Go" and "go" should be considered equal.

string go string-comparison equality case-insensitive
How can I have case insensitive URLS in Spring MVC with annotated mappings

I 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-insensitive
Git: File Rename

I wanted to rename a folder from "Frameworks" to "frameworks", but git would not let me add the new lowercase …

macos git case-insensitive
How to do case-insensitive order in Rails with postgresql

I 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-insensitive
case insensitive LDAP searches

What'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 apacheds
Can PHP's glob() be made to find files in a case insensitive manner?

I want all CSV files in a directory, so I use glob('my/dir/*.CSV') This however doesn't find files …

php case-insensitive glob
Javascript: highlight substring keeping original case but searching in case insensitive mode

I'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