I have a lot of Java Strings (read from XML with javax.xml.parsers.DocumentBuilder ) and need to write them down (append) in a Groovy script (Gradle) as literal properties.
What utility library should I use to get them groovy-escaped?
thanks
T.
I have a lot of Java Strings (read from XML with javax.xml.parsers.DocumentBuilder ) and need to write them down (append) in a Groovy script (Gradle) as literal properties.
What utility library should I use to get them groovy-escaped?
thanks
T.