@@ -4115,6 +4115,12 @@ correct spelling (:2nd)
4115
4115
specifies the [precedence of an operator](appendix-b-grouped.html#table-of-precedence)
4116
4116
higher than an existing operator
4117
4117
4118
+ <a id="titlecase"/>
4119
+ **titlecase**([Str](#Str-type) [--\>](#double-minus-greater-signature) [Str](#Str-type))
4120
+ *«string method»* —
4121
+ performs a [Unicode](appendix-g-glossary.html#unicode) titlecase operation
4122
+ on the first character of each word of the string
4123
+
4118
4124
<a id="to-adverb"/>
4119
4125
**[:to](tablet-2-basic-syntax.html#heredocs)**
4120
4126
*[«quoting adverb»](appendix-b-grouped.html#quoting-adverbs)* —
@@ -4230,11 +4236,11 @@ report if file has setuid bit set
4230
4236
*[«escape sequence»](appendix-b-grouped.html#escape-sequences)* —
4231
4237
everything within the brackets is uppercase
4232
4238
4233
- <a id="uc"/>
4234
- **uc** — make all string chars uppercase
4235
-
4236
- <a id="ucfirst"/>
4237
- **ucfirst** — make first char of a string uppercase
4239
+ <a id="uc"/><a id="uc-op"/>
4240
+ **uc**([Str](#Str-type) [--\>](#double-minus-greater-signature) [Str](#Str-type))
4241
+ *«string method»* —
4242
+ return a copy of a string where all characters are uppercase,
4243
+ usable as operator and as method
4238
4244
4239
4245
<a id="UID-global-var"/>
4240
4246
**\$\*UID** *[«special var»](appendix-b-grouped.html#global-variables)* —
@@ -4303,7 +4309,7 @@ see also **[need](#need)** and **[import](#import)**)
4303
4309
<a id="backslash-V"/>
4304
4310
**\\V**
4305
4311
*[«escape sequence»](appendix-b-grouped.html#escape-sequences)* —
4306
- anything but vertical whitespace
4312
+ anything but vertical whitespace ([**\\v**](#backslash-v))
4307
4313
4308
4314
<a id="backslash-v"/>
4309
4315
**\\v**
@@ -4333,7 +4339,7 @@ example: `(1 => 2, 3 => 4).values;` returns `2,4`
4333
4339
<a id="VM-global-var"/>
4334
4340
**\$\*VM**
4335
4341
*[«special var»](appendix-b-grouped.html#global-variables)* —
4336
- running virtual machine, might want to use `* $*VM.name` —
4342
+ running virtual machine, might want to use `$*VM.name` —
4337
4343
see also: **[\$\*DISTRO](#DISTRO-global-var)** and
4338
4344
**[\$\*KERNEL](#KERNEL-global-var)**
4339
4345
0 commit comments