Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
out1.input_str.replaceAll("ä","ä").replaceAll("Ä","Ä")
.replaceAll("ö","ö").replaceAll("Ö","Ö")
.replaceAll("å","å").replaceAll("Å","Å")
.replaceAll("é","é").replaceAll("ü","ü")
.replaceAll("ø", "ø").replaceAll("Ø", "Ø")
.replaceAll("æ", "æ").replaceAll("Æ", "Æ")