QByteArray.replace
- QByteArray replace(int index, int len, const(char)* s)
 - QByteArray replace(int index, int len, const(char)* s, int alen)
 - QByteArray replace(int index, int len, const(QByteArray) s)
 - QByteArray replace(char before, const(char)* c)
 - QByteArray replace(char before, const(QByteArray) after)
 - QByteArray replace(const(char)* before, const(char)* after)
struct QByteArray
pragma(inline, true) ref 
replace
 - QByteArray replace(const(char)* before, int bsize, const(char)* after, int asize)
 - QByteArray replace(const(QByteArray) before, const(QByteArray) after)
 - QByteArray replace(const(QByteArray) before, const(char)* c)
 - QByteArray replace(const(char)* before, const(QByteArray) after)
 - QByteArray replace(char before, char after)
 
 
		qt core bytearray QByteArray 
		aliasesconstructorsdestructorsenumsfunctionspostblitsstatic functionsstructs