Top "Capitalize" questions

Capitalize is writing a word with its first letter as a capital letter (upper-case letter) and the remaining letters in lower case.

Lower case all then capitalize - pure CSS

I saw this topic here: First lowercase the text then capitalize it. Is it possible with CSS? But it wasn't …

capitalize css
Capitalize first letter ONLY of a string in Python

I'm trying to write a single line statement that assigns the value of a string to a variable after having …

python string capitalize
Ruby on Rails uncapitalize first letter

I'm running Rails 2.3.2. How do I convert "Cool" to "cool"? I know "Cool".downcase works, but is there a Ruby/…

ruby-on-rails ruby lowercase capitalize
JavaScript Code to Capitalize Text Inputs

I'm using the popular Firefox extension Greasemonkey. I'd like to know if there was a way to capitalize all text …

javascript jquery greasemonkey capitalization capitalize
how to get dateformat to capitalize month and day

I have my strings like so in my strings.xml: <string name="day_format">EEEE</string> &…

java date capitalize
Capitalization of each sentence in a string in Python 3

This should be easy but somehow I'm not quite getting it. My assignment is: Write a function sentenceCapitalizer that has …

python string capitalize
How to capitalize the first letter in custom textview?

In Custom TextView suppose if first character as a number then next character would be a character. How to find …

android textview capitalize
Capitalize first letter of TextView in an Android layout xml file

I have a TextView in a layout xml file like this: <TextView android:id="@+id/viewId" android:layout_width="…

android textview capitalize
Capitalize the first letter, lower case the rest

I am asking a user to enter their name and I want to automatically format the name so that, no …

c++ lowercase capitalize tolower toupper
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