![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: non-greedy is too greedy
From: <Markus.Elfring@web.de>
Date: Thu Jun 30 2005 - 12:32:45 CEST
> From the reference in Michael's post, I understand that the observed
Does the following example show another unexpected result for you?
% regexp {^|(.+?)|} {|A|B|} X field
Regards,
|