aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2021-02-27 06:05:55 +1000
committerSteve Bennett <steveb@workware.net.au>2021-02-27 06:17:45 +1000
commit4ecf23a4d92db9ba98a07dfb94973c4db1ced027 (patch)
tree0df80e64c533691a261d65e7b7fb97a00d882c6e
parent65a3a3209c778b8e554a9d2528da6ee385aa31ef (diff)
downloadjimtcl-4ecf23a4d92db9ba98a07dfb94973c4db1ced027.zip
jimtcl-4ecf23a4d92db9ba98a07dfb94973c4db1ced027.tar.gz
jimtcl-4ecf23a4d92db9ba98a07dfb94973c4db1ced027.tar.bz2
docs: Clarify that regexp back references are not supported
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--jim_tcl.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 88b62f5..a272c7e 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -1139,6 +1139,7 @@ and POSIX are highlighted below.
7. Support for the +?+ non-greedy quantifier. e.g. +*?+
8. Support for non-capturing parentheses +(?:...)+
9. Jim Tcl considers that both patterns and strings end at a null character (+\x00+)
+10. Jim Tcl does not support back references. e.g. +{backslash}1+
STRING MATCHING
---------------