[Bug 45529] replace *with* regular expression

Hamish Rodda <[email protected]> 20 Sep 2002 16:41:11 -0000
Newsgroups gmane.comp.kde.devel.kate
Message-ID <[email protected]>
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
   
http://bugs.kde.org/show_bug.cgi?id=45529   




------- Additional Comments From [email protected]  2002-09-20 18:41 -------
Have you tried the sed-like functionality, with Ctrl+M? Eg   
s/oldtext/newtext/g 
 
Does this cater to your needs?  I guess we should keep this open anyway...