Is there a Qt function to (un-)escape (at least) the ASCII formatting characters (d 0..31) in a QString?

StackOverflow https://stackoverflow.com/questions/7400014

Question

I don't like reinventing the wheel and this seemed like a pretty basic function. The same concept as these two questions except specifically for QStrings? QRegExp has an escape function so I'm wondering if I've just overlooked the QString version or whether there's a good reason there isn't one.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top