Top "Uppercase" questions

Uppercase characters are capital letters.

Regex to match only uppercase "words" with some exceptions

I have technical strings as the following: "The thing P1 must connect to the J236 thing in the Foo position." …

regex match uppercase
Capitalize the first letter of string in AngularJs

I want capitalize first character of string in angularjs As i used {{ uppercase_expression | uppercase}} it convert whole string to …

javascript angularjs filter uppercase capitalize
In Android EditText, how to force writing uppercase?

In my Android application I have different EditText where the user can enter information. But I need to force user …

android android-edittext uppercase
How to set <Text> text to upper case in react native

How to set <Text> some text </Text> as upper case in react native? <Text style={{}}&…

react-native uppercase
how to convert Lower case letters to upper case letters & and upper case letters to lower case letters

Alternately display any text that is typed in the textbox // in either Capital or lowercase depending on the original // letter …

java string uppercase lowercase
Java Program to test if a character is uppercase/lowercase/number/vowel

As I said before, how do I test if the entered character is one of the parameters? I've written this …

java uppercase lowercase
Capitalize or change case of an NSString in Objective-C

I was wondering how to capitalize a string found in an object in an NSMutableArray. An NSArray contains the string …

objective-c string cocoa-touch nsstring uppercase
How can I force input to uppercase in an ASP.NET textbox?

I'm writing an ASP.NET application. I have a textbox on a webform, and I want to force whatever the …

javascript asp.net html textbox uppercase
Convert to uppercase as user types using javascript

I want to convert lowercase chars to uppercase as the user types using javascript. Any suggestions are welcome. I have …

javascript jquery uppercase keycode
angularjs force uppercase in textbox

I've tried using the uppercase filter but it does not work. I've tried doing it two ways: <input type="…

javascript angularjs uppercase angularjs-filter