Parent Directory
|
Revision Log
|
Patch
| revision 8 by nigel, Sat Feb 24 21:38:09 2007 UTC | revision 9 by nigel, Sat Feb 24 21:38:13 2007 UTC | |
|---|---|---|
| # | Line 603 operation from backtracking past it. For | Line 603 operation from backtracking past it. For |
| 603 | ||
| 604 | .*/foo | .*/foo |
| 605 | ||
| 606 | is matched against the string "/foo/this/is/not" then after the greedy .* | is matched against the string "/this/string/is/not" then after the greedy .* |
| 607 | has swallowed the whole string, PCRE keeps backtracking all the way to the | has swallowed the whole string, PCRE keeps backtracking all the way to the |
| 608 | beginning before failing. If, on the other hand, the expression is | beginning before failing. If, on the other hand, the expression is |
| 609 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |