![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Regular Expression to search for double occurence of a pattern
From: suchenwi <richard.suchenwirth-bauersachs@siemens.com>
Date: Fri Oct 28 2005 - 22:06:27 CEST
Another "pure regexp" solution:
% regexp {(name.*){2}} foo,name,grill,name,bar
|