Skip to content

Commit 5c87432

Browse files
committed
adding tim variants
1 parent f5b74af commit 5c87432

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/appendix-a-index.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4657,6 +4657,20 @@ returns a copy of the string, with leading and trailing whitespace
46574657
([**\\s**](#backslash-s)) removed —
46584658
see also: [**chomp**](#chomp)
46594659

4660+
<a id="trim-leading"/>
4661+
**trim-leading**
4662+
*«string method»* &mdash;
4663+
returns a copy of the string, with leading whitespace
4664+
([**\\s**](#backslash-s)) removed &mdash;
4665+
see also: [**chomp**](#chomp)
4666+
4667+
<a id="trim-trailing"/>
4668+
**trim-trailing**
4669+
*«string method»* &mdash;
4670+
returns a copy of the string, with trailing whitespace
4671+
([**\\s**](#backslash-s)) removed &mdash;
4672+
see also: [**chomp**](#chomp)
4673+
46604674
<a id="True"/>
46614675
**True** &mdash;
46624676
[**boolean**](#Bool-type) value aka

0 commit comments

Comments
 (0)