Hi!

I want to modify a program that is using Qt and I am having difficulties finding the kind of method I'm looking for.

Essentially I want to find a method that remaps \\ to \, \n to a newline, etc...

Is there such a thing in Qt and if so where could I find more info on such string manipulations methods?

Thank you!