Replace character in a string

"123" = String.replace("1.2.3", ".", "")  

Documentation: String.replace/4