"Simplicity can't be bought later, it must be earned from the start" -- DB
public class Solution { public string DefangIPaddr(string address) { return address.Replace(".", "[.]"); } }
No comments:
Post a Comment