Top "Uppercase" questions

Uppercase characters are capital letters.

Android EditText/TextView how to make each word start with uppercase and all remaining characters of words to be lowercase

I have already used following options to make each starting letter of a word Uppercase <EditText android:inputType="text|…

android android-edittext uppercase lowercase
iPhone Force Textbox Input to Upper Case

How do I force characters input into a textbox on the iPhone to upper case?

iphone cocoa-touch uitextfield uppercase
how to map an array with uppercase function in javascript?

I'm interested if there is any function like array_map or array_walk from php. Don't need an for that …

javascript jquery arrays uppercase
Turkish case conversion in JavaScript

I want to convert strings to lower or upper case in JavaScript in the locale I wanted. I think standard …

javascript internationalization uppercase lowercase
CSS: text-transform not working properly for Turkish characters

The implementations of the major browsers seem to have problems with text-transform: uppercase with Turkish characters. As far as I …

html css internationalization uppercase lang
Is there a reason to use uppercase letters for hexadecimal CSS color values?

I see that colors in CSS properties values are commonly written in the uppercase form: .foo .bar { background-color: #A41B35; …

css case-insensitive uppercase
How to determine if a character is uppercase or lowercase in postgresql?

I have failed to find any function like isupper or islower in postgresql. What I actually need is to select …

postgresql uppercase lowercase
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
Converting to uppercase in C++

Let's say you have: const char * something = "m"; How would one make this uppercase, using toupper (or something else, if …

c++ string uppercase toupper
Is it possible to replace to uppercase in Visual Studio?

Is it possible to replace to upper case in Visual Studio using "Find and Replace" dialog and RegEx (?) à la: . => …

regex visual-studio replace uppercase