Top "Uppercase" questions

Uppercase characters are capital letters.

Automatically capitalize all input in WPF

Is there a way to automatically capitalize all input throughout a WPF app?

wpf input uppercase
Converting Char to Uppercase From User Inputted Data

I am trying to create a program for a hotel where the user is to enter a character (either S, …

c# char uppercase toupper
Checking if string is in uppercase in R

Is there simpler method to match regex pattern in its entirety? For example, to check if given string is uppercase …

regex r uppercase
Fastest way to find first uppercase character in a string

Suppose you have this string: hiThere What is the fastest way to find where the first upper case character is? (…

php string character uppercase
C string to uppercase in C and C++

While I was putting together a to-uppercase function in C++ I noticed that I did not receive the expected output …

c++ c string uppercase c-strings
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
Python title() with apostrophes

Is there a way to use .title() to get the correct output from a title with apostrophes? For example: "john's …

python string uppercase
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
How to make first letter of a word capital?

I have a word default and I want a php function to make only first letter capital. Can we do …

php uppercase ucfirst
Notepad++ and regex: how to UPPERCASE specific part of a string / find / replace

i've been trying for some time now to get this working, but i can't find a solution to this task …

regex text format notepad++ uppercase