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

Frage

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.

Keine korrekte Lösung

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top