Top "Uppercase" questions

Uppercase characters are capital letters.

Replace a Regex capture group with uppercase in Javascript

I'd like to know how to replace a capture group with its uppercase in JavaScript. Here's a simplified version of …

javascript regex replace uppercase
Check if all characters of a string are uppercase

Say I have a string that can contain different characters: e.g. word = "UPPER£CASe" How would I test the …

python string uppercase
Changing a lowercase character to uppercase in c++

Here is the code that i wrote. When i enter a lowercase character such as 'a', it gives me a …

c++ uppercase lowercase toupper
How to convert string to uppercase in windows textbox?

I've a textbox in my windows application. It allows only alphabets and digits. I want when ever I type any …

c# winforms textbox uppercase
How to find values in all caps in SQL Server?

How can I find column values that are in all caps? Like LastName = 'SMITH' instead of 'Smith' Here is what …

sql sql-server uppercase
Uppercase first letter in NSString

How can I uppercase the fisrt letter of a NSString, and removing any accents ? For instance, Àlter, Alter, alter should …

iphone ios uppercase
Make input value uppercase in CSS without affecting the placeholder

Is there a way I can make an input value uppercase without making the placeholder uppercase? Seems like I get …

css uppercase
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
Class name convention in java

What is the naming convention of classes in java, for example should all classes be in upper case like MYCLASS.…

java naming-conventions uppercase classname
Flutter TextField value always uppercase & debounce

I am new in Flutter. I am looking for TextField value to always capitalize but I did not find any …

flutter dart textfield uppercase