Back to Adaptive Vision Library website
You are here: Start » Function Reference » String » ReplaceInString
ReplaceInString
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Replaces all occurrences of the searched string with a replacement string.
Syntax
void avl::ReplaceInString ( const atl::String& inString, const atl::String& inFind, const atl::String& inReplacement, atl::String& outString )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inString | const String& | Input string | |
![]() |
inFind | const String& | Searched string | |
![]() |
inReplacement | const String& | Replacement string | |
![]() |
outString | String& | Output string |


