Top "Uppercase" questions

Uppercase characters are capital letters.

Grails: How to make everything I create Upper Case?

I am currently using CSS to change everything I write to upperCase when I create an entry, but that is …

groovy uppercase grails linkfieldvalue
How to find all upper case strings in a MySQL table?

I initially thought this is trivial. Then thought 'binary' might do it. I am unsure at this point. Name ---- …

mysql string case-sensitive uppercase
if/else statements accepting strings in both capital and lower-case letters in python

Is there a quick way for an "if" statement to accept a string regardless of whether it's lower-case, upper-case or …

python if-statement uppercase lowercase capitalize
Automatically capitalize first letter of first word in a new sentence in LaTeX

I know one of LaTeX's bragging points is that it doesn't have this Microsoftish behavior. Nevertheless, it's sometimes useful. LaTeX …

latex letter uppercase capitalize
Golang template : Use pipe to uppercase string

I want to upper case a string in a golang template using string.ToUpper like : {{ .Name | strings.ToUpper }} But this …

string templates go uppercase
How to replace uppercase with underscore?

I'm new to Python and I am trying to replace all uppercase-letters within a word to underscores, for example: ThisIsAGoodExample …

python regex string replace uppercase
Why should the first letter of a Java class be upper-cased?

Why should the first letter of a Java class be upper-cased? Is it not possible to run a program containing …

java naming-conventions uppercase lowercase
How do I detect if a character is uppercase or lowercase?

Let's say I extract a single character from a NSString like this: [@"This is my String" characterAtIndex:0] How do I …

objective-c detect uppercase lowercase
Why uppercase isn't usual in URL

I've visited many sites that most of them used lowercase in URLs like stackoverflow.com/questions google.com/webmaster bing.…

url uppercase lowercase
Naming convention for upper case abbreviations

Should a method that returns an XML stream be called public Stream getXmlStream(); or instead public Stream getXMLStream(); What's your …

java naming-conventions uppercase camelcasing abbreviation