cancel
Showing results for 
Search instead for 
Did you mean: 

Calculation stage to replace "å,ä,ö" with "a" and "o"

MariaKihlberg
Level 4
Hi, I am looking to use a calculation stage to replace all "å, ä, ö" letters in a text data item with "a, o":s. Is there any simple/ready made functionality for this? Br, Maria
3 REPLIES 3

TomBlackburn1
Level 7
Multiple Calculatuon Stage: Replace([String],""å"",""a"") - Store back to String Replace([String],""ä"",""a"") - Store back to String Replace([String],""ö"",""o"") - Store back to String - Tom.

Thanks!

aniruddha_gupta
Level 3
Does the usual String.Replace(""ö"",""o"") work in BluePrism as well? -Aniruddha