--- ECHO_content/ECHO_collection.py 2005/11/11 15:41:26 1.253 +++ ECHO_content/ECHO_collection.py 2005/11/23 15:50:36 1.254 @@ -2645,6 +2645,10 @@ class ECHO_root(Folder,Persistent,Implic meta_type="ECHO_root" + def mod_re_sub(self,pattern,replace,string): + """re.sub aus mod re zur Verfuegung stellen""" + return re.sub(pattern,replace,string) + def findObjectFromFulltext(self,existUri): '''