Hi!
Imagine i want to replace all occurrences of "textA" by "textB" in "str".
(QString str, textA, textB; )
Is there a function for this or i must create a loop and replace until no more occurrences found?

Thanks