Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdAnsiString::replace Method (const char*, const char*)
Syntax
C++
int replace(const char* oldString, const char* newString);

Replaces all occurrences of the specified string in this String object. 

 

Parameters
Description
oldString
[in] Old string.
newString
[in] New string.

Returns the number of characters or strings replaced.

Copyright © 2002-2022. Open Design Alliance All rights reserved.