pub struct Solution; impl Solution { pub fn defang_i_paddr(address: String) -> String { address.replace(".", "[.]") } }