You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ The following table presents types, values and simplified, short prototypes of t
129
129
| | char_t **to_uppercase**(char_t chr) | character transformed to uppercase |
130
130
| | string **to_lowercase**(string_view sv) | string transformed to lowercase |
131
131
| | string **to_uppercase**(string_view sv) | string transformed to uppercase |
132
+
| | string **capitalize**(string_view sv) | string transformed to start with capital |
132
133
| | string **substring**(string_view sv, size_t pos \[, size_t count\]); | substring starting at given position of given length, default up to end |
133
134
| | string **strip**(string_view sv, string_view set) | string with characters given in set stripped from left and right |
134
135
| | string **strip_left**(string_view sv, string_view set) | string with characters given in set stripped from left |
0 commit comments