Elixir Replace String

[Solved] Elixir Replace String | Elixir - Code Explorer | yomemimo.com
Question : elixir replace string

Answered by : nguyen-quang-huy

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

Source : | Last Update : Wed, 01 Jun 22

Answers related to elixir replace string

Code Explorer Popular Question For Elixir