const removeFromString = (haystack,needle) => needle = "("+needle+")/g" && haystack.replace(needle,'');