Hey all,
I am trying to filter on a string but the string has a single quote - how do I escape the string in Scala?
I have tried an old version of StringEscapeUtils but no luck.
Sorry if a silly question - new to Scala.import org.apache.commons.lan...