diff options
author | Steve Bennett <steveb@workware.net.au> | 2021-02-27 06:05:55 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2021-02-27 06:17:45 +1000 |
commit | 4ecf23a4d92db9ba98a07dfb94973c4db1ced027 (patch) | |
tree | 0df80e64c533691a261d65e7b7fb97a00d882c6e /jim_tcl.txt | |
parent | 65a3a3209c778b8e554a9d2528da6ee385aa31ef (diff) | |
download | jimtcl-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>
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r-- | jim_tcl.txt | 1 |
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 --------------- |