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

Pergunta

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.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top