I just read that replace is not fully regexp-compliant - or was it a mistake?
I want to use the following: Replace http://([a-zA-Z0-9_-]+\.)+inf\.uos\.de \ http://\1informatik.uni-osnabrueck.de Replace http://([a-zA-Z0-9_-]+\.)+uos\.de \ http://\1uni-osnabrueck.de From the regexp manual, the test case http://www.inf.uos.de should be replaced by http://www.informatik.uni-osnabrueck.de. Am I right or not? How can I see (debug?) what the Aspseek indexer is doing when checking for replacement (and allow/disallow)? Frank #-------------------------------------------------------# Dipl.-Math. Frank Elsner Universitaet Osnabrueck (University of Osnabrueck) - Rechenzentrum - (Computing Center) Albrechstrasse 28, AVZ D-49076 Osnabrueck Deutschland (Germany) Tel. (Phone): ++49 (0)541/969-2343 Fax: -2470 E-Mail: [EMAIL PROTECTED] #-------------------------------------------------------#
