diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-05 21:30:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-05 21:30:23 (GMT) |
commit | e5f0aa50097a8428daf707fa8812a9b61916ddf3 (patch) | |
tree | 4feda4e4b3d5b6af518de86ac1a3100b9e2cbcb1 /doc | |
parent | 3bdae3d9469beb1e05d421c5823c2550a6e29a9a (diff) | |
parent | 0a562b0983eb298ebbcb211ed886a9fef5b4c1ce (diff) | |
download | tcl-e5f0aa50097a8428daf707fa8812a9b61916ddf3.zip tcl-e5f0aa50097a8428daf707fa8812a9b61916ddf3.tar.gz tcl-e5f0aa50097a8428daf707fa8812a9b61916ddf3.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/string.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/string.n b/doc/string.n index 72c7913..44d621d 100644 --- a/doc/string.n +++ b/doc/string.n @@ -362,21 +362,21 @@ specified using the forms described in \fBSTRING INDICES\fR. Returns a value equal to \fIstring\fR except that any leading or trailing characters present in the string given by \fIchars\fR are removed. If \fIchars\fR is not specified then white space is removed (any character -for which \fBstring is space\fR returns 1, and "\0"). +for which \fBstring is space\fR returns 1, and "\e0"). .TP \fBstring trimleft \fIstring\fR ?\fIchars\fR? . Returns a value equal to \fIstring\fR except that any leading characters present in the string given by \fIchars\fR are removed. If \fIchars\fR is not specified then white space is removed (any character -for which \fBstring is space\fR returns 1, and "\0"). +for which \fBstring is space\fR returns 1, and "\e0"). .TP \fBstring trimright \fIstring\fR ?\fIchars\fR? . Returns a value equal to \fIstring\fR except that any trailing characters present in the string given by \fIchars\fR are removed. If \fIchars\fR is not specified then white space is removed (any character -for which \fBstring is space\fR returns 1, and "\0"). +for which \fBstring is space\fR returns 1, and "\e0"). .SS "OBSOLETE SUBCOMMANDS" .PP These subcommands are currently supported, but are likely to go away in a |