[Zope] Search and replace
   
    Geir Bækholt
     
    Geir Bækholt <geirh@funcom.com>
       
    Mon, 20 Nov 2000 09:01:20 +0100
    
    
  
You'd have to write a method, looping over the documents you want
changed an doing a <dtml-call "_.string.replace('somehing','other')">
and a manage_edit_whatever-holds-your-content...
This ought be a method of folders by default, i think, accessible by
manager from the management interface..
(Regexps would be neat here..)
--
Geir Bækholt
web-developer/designer
geirh@funcom.com
http://www.funcom.com
on Sunday, November 19, 2000 Lee Hunter wrote :
LH> Is there any way to do a 'search and replace' in a Zope folder (and it's
LH> subfolders)?
LH> TIA
LH> Lee
LH> Hum Communications Ltd.
LH> _______________________________________________
LH> Zope maillist  -  Zope@zope.org
LH> http://lists.zope.org/mailman/listinfo/zope
LH> **   No cross posts or HTML encoding!  **
LH> (Related lists - 
LH>  http://lists.zope.org/mailman/listinfo/zope-announce
LH>  http://lists.zope.org/mailman/listinfo/zope-dev )