| 488 |
can restart the match with additional subject data by means of the \R |
can restart the match with additional subject data by means of the \R |
| 489 |
escape sequence. For example: |
escape sequence. For example: |
| 490 |
|
|
| 491 |
re> /^?(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)$/ |
re> /^\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d$/ |
| 492 |
data> 23ja\P\D |
data> 23ja\P\D |
| 493 |
Partial match: 23ja |
Partial match: 23ja |
| 494 |
data> n05\R\D |
data> n05\R\D |
| 621 |
|
|
| 622 |
REVISION |
REVISION |
| 623 |
|
|
| 624 |
Last updated: 16 April 2007 |
Last updated: 24 April 2007 |
| 625 |
Copyright (c) 1997-2007 University of Cambridge. |
Copyright (c) 1997-2007 University of Cambridge. |