Top "Lowercase" questions

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

How to check if a string is a letter(a-z or A-Z) in c

I am getting user input, and I want to determine if the user has entered a letter , an integer, or …

c char uppercase lowercase ctype
Ruby on Rails uncapitalize first letter

I'm running Rails 2.3.2. How do I convert "Cool" to "cool"? I know "Cool".downcase works, but is there a Ruby/…

ruby-on-rails ruby lowercase capitalize
Postgresql lowercase to compare data

I want to get the contents from a row in the Postgresql database and compare the lowercase version of it …

postgresql lowercase
Converting wide char string to lowercase in C++

How do I convert a wchar_t string from upper case to lower case in C++? The string contains a …

c++ lowercase widestring
Why does the standard C++ library use all lower case?

Just curious why the C++ standard library uses all lower case and underscores instead of camelCase or PascalCase naming convention. …

c++ coding-style lowercase c++-standard-library
In JMeter and BeanShell, how can I make a variable lowercase?

In JMeter's User Parameters, how can I make a variable lowercase? Left column my_lowercase_variable Right column ${__BeanShell('${…

javascript jmeter lowercase beanshell
Why do upper case letters come before lower case letters in the ASCII table?

In one of my interview, the interviewer asked me why the upper case letters are before the lower case letters …

ascii uppercase lowercase
How to convert from lower to upper case in Sublime 3

Is there a shortcut or function for upper/lower-casing the selected text in Sublime 3?

shortcut uppercase lowercase sublimetext3
IIS URL rewrite module url's to lowercase

For better SEO we are using URL rewrite to convert all the URL's to lowercase. I set this one as …

asp.net regex iis url-rewriting lowercase
Capitalize the first letter, lower case the rest

I am asking a user to enter their name and I want to automatically format the name so that, no …

c++ lowercase capitalize tolower toupper