Top "Ignore-case" questions

A method that ignores case when comparing two strings.

SQL- Ignore case while searching for a string

I have the following data in a Table PriceOrderShipped PriceOrderShippedInbound PriceOrderShippedOutbound In SQL I need to write a query which …

sql sql-server case-insensitive sql-like ignore-case
"(?i)" does not work with accents

I have a Java method that looks for a word inside a phrase ignoring the case sensitivity of the word, …

java regex non-ascii-characters ignore-case