Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * Corrected typos in doc/RegExp.3 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | macosx-8-4-branchpoint |
Files: | files | file ages | folders |
SHA1: |
c61628ed17d822fffcacb725c9e18a3f |
User & Date: | dgp 2001-10-14 16:21:45.000 |
Context
2001-10-15
| ||
10:30 | small fs fixes check-in: 67fbce9b36 user: vincentdarley tags: trunk | |
09:13 | First Checkin of Mac OS X support for Tcl. check-in: eba6ee55b4 user: wolfsuit tags: macosx-8-4-branch | |
2001-10-14
| ||
16:21 |
* Corrected typos in doc/RegExp.3check-in: c61628ed17 user: dgp tags: trunk, macosx-8-4-branchpoint | |
2001-10-12
| ||
21:20 | see ChangeLog check-in: a626ddd5b9 user: hobbs tags: trunk | |
Changes
Changes to doc/RegExp.3.
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + | '\" '\" Copyright (c) 1994 The Regents of the University of California. '\" Copyright (c) 1994-1996 Sun Microsystems, Inc. '\" Copyright (c) 1998-1999 Scriptics Corportation '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" |
︙ | |||
162 163 164 165 166 167 168 | 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | - + | the source string for the most recent call to \fBTcl_RegExpExec\fR. \fIIndex\fR indicates which of several ranges is desired: if \fIindex\fR is 0, information is returned about the overall range of characters that matched the entire pattern; otherwise, information is returned about the range of characters that matched the \fIindex\fR'th parenthesized subexpression within the pattern. If there is no range corresponding to \fIindex\fR then NULL |
︙ |