diff options
author | gahr <gahr@gahr.ch> | 2016-03-03 08:34:56 (GMT) |
---|---|---|
committer | gahr <gahr@gahr.ch> | 2016-03-03 08:34:56 (GMT) |
commit | 4b301d844892c52ec5fecce47f03c91a551639ca (patch) | |
tree | 7e5e124503a4afc925b79b149f6f07805d191b61 /doc/regexp.n | |
parent | 46cb341dbc07abb1df54318ad9d55c41a5a68668 (diff) | |
parent | 8815f9f3c32c06e9f2d1d2b8ea69e1810988c5a4 (diff) | |
download | tcl-4b301d844892c52ec5fecce47f03c91a551639ca.zip tcl-4b301d844892c52ec5fecce47f03c91a551639ca.tar.gz tcl-4b301d844892c52ec5fecce47f03c91a551639ca.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/regexp.n')
-rw-r--r-- | doc/regexp.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/regexp.n b/doc/regexp.n index 5fc2895..6f303a4 100644 --- a/doc/regexp.n +++ b/doc/regexp.n @@ -3,7 +3,7 @@ '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" +'\" .TH regexp n 8.3 Tcl "Tcl Built-In Commands" .so man.macros .BS @@ -51,7 +51,7 @@ the \fB(?x)\fR embedded option (see the \fBre_syntax\fR manual page). .TP 15 \fB\-indices\fR . -Changes what is stored in the \fImatchVar\fR and \fIsubMatchVar\fRs. +Changes what is stored in the \fImatchVar\fR and \fIsubMatchVar\fRs. Instead of storing the matching characters from \fIstring\fR, each variable will contain a list of two decimal strings giving the indices @@ -133,7 +133,7 @@ regular expression. Examples are: \fB\-start\fR \fIindex\fR . Specifies a character index offset into the string to start -matching the regular expression at. +matching the regular expression at. The \fIindex\fR value is interpreted in the same manner as the \fIindex\fR argument to \fBstring index\fR. When using this switch, |