From 0833de336567cccd1de4d246eed30b7fd5ce0413 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Tue, 28 Sep 2010 07:39:01 +1000 Subject: string trimright now always removes nulls Not Tcl compatible, but makes sense Signed-off-by: Steve Bennett --- jim_tcl.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'jim_tcl.txt') diff --git a/jim_tcl.txt b/jim_tcl.txt index 126e260..eb2cec6 100644 --- a/jim_tcl.txt +++ b/jim_tcl.txt @@ -3561,6 +3561,7 @@ The legal options (which may be abbreviated) are: removed. If *chars* is not specified then white space is removed (spaces, tabs, newlines, and carriage returns). + Null characters are always removed. subst ~~~~~ -- cgit v1.1