Top "Uppercase" questions

Uppercase characters are capital letters.

How to Convert a C++ String to Uppercase

I need to convert a string in C++ to full upper case. I've been searching for a while and found …

c++ string uppercase
Convert strings to UPPERCASE in SQL Server

What is the T-SQL function for converting strings into upper case in SQL Server?

sql-server tsql sql-server-2008 uppercase
Two conditions using OR in XPATH

I have a textbox, 'txtSearch'. I am using it to search people by Last Name. this is my code. var …

javascript xpath translate uppercase lowercase
Make first letter uppercase and the rest lowercase in a string

All, I'm trying to insert a last name into a database. I'd like the first letter to be capitalized for …

php uppercase lowercase
Count the uppercase letters in a string with Python

I am trying to figure out how I can count the uppercase letters in a string. I have only been …

python string python-3.x count uppercase
Convert whole dataframe from lower case to upper case with Pandas

I have a dataframe like the one displayed below: # Create an example dataframe about a fictional army raw_data = {'regiment': […

python pandas type-conversion uppercase lowercase
Finding all uppercase letters of a string in java

So I'm trying to find all the uppercase letters in a string put in by the user but I keep …

java string printing uppercase lang
change some lowercase letters to uppercase in string

index = [0, 2, 5] s = "I am like stackoverflow-python" for i in index: s = s[i].upper() print(s) IndexError: string index out …

python string python-3.x uppercase
XSLT Stylesheet: Changing text to upper case

I am using an XSLT stylesheet to create an Excel document from an XML file. One of the values that …

xslt coding-style uppercase
How to update data as upper case first letter with t-sql command?

I have a table on my database. My table's name is "Company". I want to change data "company_name" as …

sql-server tsql sql-update uppercase