I have following string
"The quic\b\b\b\b\b\bk brown fo\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007x... [Beeeep]"
But xmlBuilder
and xml2js
fails to parse this string due to these characters \b
and \u0007
. How can allow these characters i also allow { allowSurrogateChars: true })
for xmlBuilder