Replaces a set of chars in the <Str> object with the specified character. Internally, this uses std::find_first_of.
int32 ReplaceChars( string p_sNewChars, string p_sReplacement )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sNewChars | A string containing the set of characters that will be replaced. |
| string | p_sReplacement | A string containing the character that will replace the specified characters. |
None published. Please look for an example in the Simdify Scripting Language code base.