aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2014-11-16 14:23:54 +1000
committerSteve Bennett <steveb@workware.net.au>2014-11-17 12:22:48 +1000
commit77329fbe453beddd11607fa437ae83940435e1a4 (patch)
tree87f660f38efa57c94fe1f0fa8d714c2288e266da /jim_tcl.txt
parente60018c2797b6edb2d05336178c88e429ba62f73 (diff)
downloadjimtcl-77329fbe453beddd11607fa437ae83940435e1a4.zip
jimtcl-77329fbe453beddd11607fa437ae83940435e1a4.tar.gz
jimtcl-77329fbe453beddd11607fa437ae83940435e1a4.tar.bz2
Implement string cat (TIP #429)
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r--jim_tcl.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 53d053a..d1eb687 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -3815,6 +3815,9 @@ The legal options (which may be abbreviated) are:
Like `string range` except works on bytes rather than characters.
These commands are identical if UTF-8 support is not enabled.
++*string cat '?string1 string2 \...?'+::
+ Concatenates the given strings into a single string.
+
+*string compare ?-nocase?* ?*-length* 'len? string1 string2'+::
Perform a character-by-character comparison of strings +'string1'+ and
+'string2'+ in the same way as the C 'strcmp' procedure. Return