diff options
author | Steve Bennett <steveb@workware.net.au> | 2017-12-22 12:57:03 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2017-12-31 11:45:53 +1000 |
commit | 2d2f74ebfeeb056130a37fec19189766a85cec81 (patch) | |
tree | 9f070ca7d6641b4d7fb8e3ec6ea423d2db5062d5 /utf8.c | |
parent | dde3b217dacb724ea4b6f86a8f7095d73e80674f (diff) | |
download | jimtcl-2d2f74ebfeeb056130a37fec19189766a85cec81.zip jimtcl-2d2f74ebfeeb056130a37fec19189766a85cec81.tar.gz jimtcl-2d2f74ebfeeb056130a37fec19189766a85cec81.tar.bz2 |
regexp: Implement class shorthand escapes in brackets
The following class shorthand escapes now match Tcl when
used within bracket expressions:
\d [[:digit:]]
\s [[:space:]]
\w [[:alnum:]_] (note underscore)
e.g. [a-f\d] => [a-f0-9]
Previously these shorthand escapes were only implemented outside bracket expressions.
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'utf8.c')
0 files changed, 0 insertions, 0 deletions