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

Вопрос

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.

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top