package tv.anypoint.proxy.util fun String.removeNewLines() = this.replace("\n", "")