I'm looking for a built-in Java functions which for example can convert "\n"
into "
"
.
Something like this:
assert parseFunc("\n") = "
"
Or do I have to manually search-and-replace all the escaped characters?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…