SyntaxFix
Write A Post
Hire A Developer
Questions
If your string contains non-ASCII characters - it's better to do it this way: s.toUtf8().data() (or s->toUtf8().data())
s.toUtf8().data()
s->toUtf8().data()