Top "Lowercase" questions

Lowercase characters are letters in minuscule: a, b, c, …

Converting all text to lower case in Objective-C

I have a textfield in my iOS app where the user is supposed to input some text. But I was …

objective-c ios lowercase
when using a array of strings in java, convert it to lowercase

I got a one dimensional array of strings in java, in which i want to change all strings to lowercase, …

java arrays string lowercase
Using upper-case and lower-case xpath functions in selenium IDE

I am trying to get a xpath query using the xpath function lower-case or upper-case, but they seem to not …

xpath selenium-ide uppercase lowercase
regex implementation to replace group with its lowercase version

Is there any implementation of regex that allow to replace group in regex with lowercase version of it?

regex replace lowercase
Laravel Eloquent Ignore Casing

I am trying to run a query using Eloquent the $vars['language'] is in lower case but the language column …

mysql orm laravel eloquent lowercase
URL Structure: Lower case VS Upper case

Just trigger in my mind when I was going through some websites were they having upper case and lower case …

url uppercase lowercase
Making all the characters in a string lowercase in Lua

Here is the thing. I am trying to convert a string in lowercase in Lua, but it's not working. I …

string lua lowercase
Use Java and RegEx to convert casing in a string

Problem: Turn "My Testtext TARGETSTRING My Testtext" into "My Testtext targetstring My Testtext" Perl supports the "\L"-operation which can …

java regex string uppercase lowercase
Converting strings to a lower case in pandas

I have a data that contains domain names: url var1 www.CNN.com xsd www.Nbc.com wer www.BBc.…

python string pandas lowercase
Is it bad to use uppercase letters for html tags?

What is the best practice? <HTML> or <html> And why we should stick with one particular …

html uppercase lowercase