Back to FabImage Library website

You are here: Start » Function Reference » All Functions » String » ReplaceInString

ReplaceInString


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: fil
Module: FoundationLite

Replaces all occurrences of the searched string with a replacement string.

Syntax

void fil::ReplaceInString
(
	const ftl::String& inString,
	const ftl::String& inFind,
	const ftl::String& inReplacement,
	ftl::String& outString
)

Parameters

Name Type Default Description
Input value inString const String& Input string
Input value inFind const String& Searched string
Input value inReplacement const String& Replacement string
Output value outString String& Output string