StrReplaceB(RawByteString,RawByteString,RawByteString,Boolean) Method

Represents method StrReplaceB(RawByteString,RawByteString,RawByteString,Boolean).

Namespace: flcStrings
function StrReplaceB(const Find, Replace, S: RawByteString; const AsciiCaseSensitive: Boolean = True): RawByteString; overload;

Parameters

Find
Type: RawByteString

Replace
Type: RawByteString

S
Type: RawByteString

AsciiCaseSensitive
Type: Boolean

Return Value

Type: RawByteString