Is there a shorthand for a new line character in Scala? In Java (on Windows) I usually just use \"\\n\", but that doesn\'t seem to work in Scala - specifically
var s = """abcd efg""".stripMargin.replaceAll("[\n\r]","")