Skip to content

Commit 621817b

Browse files
Note tcl while we're at it.
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 0af90c4 commit 621817b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Correctly-Using-Regular-Expressions-Rationale.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,9 @@ be nearly universal:
520520
[PR 133314](https://github.com/python/cpython/pull/133314).
521521
They noted that Tcl also uses \Z instead of \z (another group to contact).
522522
Our thanks to the Python community!
523+
* Tcl: Tcl uses `\A` and `\Z`. It currently leaves `\z` undefined. A
524+
[proposal to add support for `\z`](https://core.tcl-lang.org/tcl/tktview/fbc56b259e989230e54a4053feeecf7aa765f61d)
525+
has been submitted.
523526

524527
## Authors and contributors
525528

0 commit comments

Comments
 (0)