![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveregexp help
From: tony summerfelt <snowzone5@hotmail.com>
Date: Wed Mar 01 2006 - 17:37:23 CET
i'm try to isolate the date beteween <stopdate> and </stopdate> in an
<item><taskuid>66764377.1</taskuid><task>Get new email from
i've been using redet to test my attempts, but i usually get one of
i thought this would work:
<stopdate>[a-zA-Z0-9]</stopdate>
but it matches the entire string.
any help appreciated. i've got this nagging feeling i'm missing
|