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 UtilsUtils.ReplaceEx(Editor.SelectedView.SelectedText,"/ö/","ö",True)