Top "Case-insensitive" questions

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

Querying MongoDB (via pymongo) in case insensitive efficiently

I'm currently creating a website in python (pyramid) which requires users to sign up and log in. The system allows …

python mongodb case-insensitive pymongo
Can JSON schema enums be case insensitive?

JSON Schema enums JSON Schemas feature enums, which impose a constraint on the values of a string type: { "type": "array", "…

enums case-insensitive jsonschema
django-orm case-insensitive order by

I know, I can run a case insensitive search from DJango ORM. Like, User.objects.filter(first_name__contains="jake") …

django case-insensitive fetch django-orm
MongoDB: how to find documents ignoring case sensitive, accents and percent like logic (%)

I would like to make a search on a collection in my mongodb database. In my collection, I have documents …

mongodb mongoose mongodb-query case-insensitive querying
PHP: Case-insensitive parameters

How do I accept passed GET or POST values case insensitively? Like sample.php?OrderBy=asc will still be the …

php variables performance query-string case-insensitive
Using InvariantCultureIgnoreCase instead of ToUpper for case-insensitive string comparisons

On this page, a commenter writes: Do NOT ever use .ToUpper to insure comparing strings is case-insensitive. Instead of this: …

c# .net string comparison case-insensitive
PostgreSQL case insensitive SELECT on array

I'm having problems finding the answer here, on google or in the docs ... I need to do a case insensitive …

sql postgresql pattern-matching case-insensitive
Case insensitive Rspec match

I'm writing a Capybara test and using Rspec for the assertions. My test is failing because there is a CSS …

ruby rspec capybara case-insensitive
How to set RowFilter case-insensitive for DataView

I have a datagrid, its datasource is a dataview. There is a textbox with which users can type in filter …

c# sql case-insensitive dataview rowfilter
How to make this .htaccess rule case insensitive?

This is a rule in my .htaccess # those CSV files are under the DOCROOT ... so let's hide 'em <FilesMatch "\.…

regex .htaccess case-insensitive