An operation is case insensitive when uppercase and lowercase characters are equally treated.
I have following question. In my app there is a listview. I get itemname from listview and transfer it to …
java android string case-insensitive replaceallIt seems like the only way to do this is to pass the -i parameter in when you initially run …
unix search case-insensitive less-unixI would like to compare two variables to see if they are the same, but I want this comparison to …
php if-statement case-insensitiveI am trying to execute the sql query: select * from table where column like '%value%'; But the data …
mysql sql sql-like case-insensitiveI am using a case insensitive search in Mongo, something similar to https://stackoverflow.com/q/5500823/1028488. ie I am using …
regex mongodb pattern-matching match case-insensitiveI'm trying to use SED to extract text from a log file. I can do a search-and-replace without too much …
macos replace sed case-insensitiveI have a list of strings like this: ['Aden', 'abel'] I want to sort the items, case-insensitive. So I want …
python string list sorting case-insensitiveI have seen many times in htaccess these type of rules : RewriteCond %{HTTP_REFERER} !^http://www.domain.it$ [NC] or …
regex .htaccess mod-rewrite case-insensitiveI need to highlight, case insensitively, given keywords in a JavaScript string. For example: highlight("foobar Foo bar FOO", "foo") …
javascript string replace case-insensitiveHere's my code: public static void rightSel(Scanner scanner,char t) { /*if (!stopping)*/System.out.print(": "); if (scanner.hasNextLine()) { String …
java string case-insensitive startswith ends-with