in reply to Re: Did regex match fail because of "end of string"?
in thread Did regex match fail because of "end of string"?
* if the match is at least N characters long the match will fail if any of the (last - N) .. last characters of the string don't match and the subsequent characters don't have to be tested. Anyway this is equivalent to running into the end of string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Did regex match fail because of "end of string"?
by moritz (Cardinal) on Oct 16, 2007 at 20:09 UTC | |
by Joost (Canon) on Oct 16, 2007 at 20:33 UTC |