Strict
Local str:String="***** Hello *****"
str.replace("*","=")
Print str
output: ***** Hello *****
I hope output : ===== Hello =====
Local str:String="***** Hello *****"
str.replace("*","=")
Print str
output: ***** Hello *****
I hope output : ===== Hello =====