China Naming Network - Eight-character Q&A - Geomantic omen of L-shaped community in capital.

Geomantic omen of L-shaped community in capital.

1, initcap(str) completes the capitalization conversion of the first letter of a character.

2. If the string contains multiple words, only the first letter of each word is converted.

3.lower's function is to convert all strings into lowercase.

4. The function of the upper function is to convert all strings into uppercase.

5. Want to play HELLO World? The first letter of a character is capitalized and the others are lowercase. Nested functions can be used at this time.

6. You can also use the initcap function directly.