I have a string with some non-printable ascii characters in it, something like:
"ABCDx09x05
"
I want to replace these characters with a ascii string representation of the hex code numbers, so I get something like this:
"ABCD[09][05][0D][0A]"
Whats the best way to do this? Can a regex be used?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…