[tclwebtest] Little problem with regex substitution
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ef...> - 2003-01-29 18:26:00
|
I'm having a little regex problem: [gradha@ws5:1] [~/tclwebtest]$ ./tclwebtest cus.txt ----- START: cus.txt at [29/ene/2003:19:25:46] ----- --- do_request for http://www.efaber.net/ http status: >>200<< No link found that matches '{so[:alpha:].*s}' in "cus.txt" line 3: do_request http://www.efaber.net/ link find "so\[:alpha:\].*s" ----- FAILED: cus.txt (took 1s) ----- DURATION: 1 1 of 1 tests FAILED: cus.txt I don't know how should I write the link find command so that I match the expression 'so-one_alphanumeric_character-any_characters-s'. The problem is with [:alpha:], if I don't escape it, it tries to be executed, but if I escape it, it doesn't seem to work. -- Grzegorz Adam Hankiewicz, gr...@ef.... Tel: +34-94-472 35 89. eFaber SL, Maria Diaz de Haro, 68, 2 http://www.efaber.net/ 48920 Portugalete, Bizkaia (SPAIN) |