![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: regexp ?:
From: Bryan Oakley <oakley@bardo.clearlight.com>
Date: Wed Dec 28 2005 - 20:09:54 CET
Andre Arpin wrote:
Normally, (...) captures everything inside the ()'s and saves them to a
% regexp {Hello, (.*)} "Hello, World" a b
|