This commit is contained in:
Michał 2020-12-17 12:46:12 +01:00 committed by GitHub
parent 84a9d7f751
commit de97c5bd7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Example: `XyZzY` -> `xyzzy`
Example: `XyZzY` -> `XYZZY`
### `lowercase`
### `capitalized`
`inputStr.charAt(0).toUpperCase() + inputStr.slice(1)`