Having trouble escaping all the quotes in my function
(basic usage of it -> if i find a string do nothing, if its not a string add \" in the begin and end)
This fixed the problem for me, I tested this out and this is what I used.
raw""" Inside this block you can put "as many" quotes as you "want" and even "${5 + 7}" interpolate inside the quotes """
http://docs.scala-lang.org/overviews/core/string-interpolation.html#the-raw-interpolator