WebCoder User Community

Learn ASP.NET
Learn C#

Questions & comments - simple Replacement
   
Mathias Nestler Friday the 18th, July 2008 at 01:29:59 AM Show profile for this user  Send a mail to this user  Reply to this message   
Mathias Nestler
 
Hi,

how can I realize a simple replace script? I want to replace things like "ö" to "ö"...

That's what I have:

from TSW.WebCoder.Classes import Utils

Utils.ReplaceEx(Editor.SelectedView.SelectedText,"/ö/","ö",True)
   
Mathias Nestler Friday the 18th, July 2008 at 01:32:51 AM Show profile for this user  Send a mail to this user  Reply to this message   
Mathias Nestler
 
Hi,

how can I realize a simple replace script? I want to replace things like "ö" to "ö"...

That's what I have:

from TSW.WebCoder.Classes import Utils

Utils.ReplaceEx(Editor.SelectedView.SelectedText,"/ö/","ö",True)


"ö" to "& ouml ;"