We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92f414 commit 59b195eCopy full SHA for 59b195e
doc/specs/stdlib_ascii.md
@@ -103,8 +103,8 @@ Experimental
103
#### Description
104
105
Returns a capitalized version of an input character variable.
106
-Only the first alphanumeric character is capitalized.
107
-All following characters will become lowercase.
+The first alphabetical character is transformed to uppercase unless it follows a numeral.
+The rest of the character sequence is transformed to lowercase.
108
109
#### Syntax
110
0 commit comments