Elixir mengganti string

str = "[email protected], [email protected]"
String.replace str,"@","#"
// "hello#hi.com, blackode#medium.com"
patrick204nqh