StrBetweenCharU(UnicodeString,ByteCharSet,ByteCharSet,Boolean,Boolean) Method

Represents method StrBetweenCharU(UnicodeString,ByteCharSet,ByteCharSet,Boolean,Boolean).

Namespace: flcStrings
function StrBetweenCharU(const S: UnicodeString;
 const FirstDelim, SecondDelim: ByteCharSet;
 const FirstOptional: Boolean = False;
 const SecondOptional: Boolean = False): UnicodeString; overload;

Parameters

S
Type: UnicodeString

FirstDelim
Type: ByteCharSet

SecondDelim
Type: ByteCharSet

FirstOptional
Type: Boolean

SecondOptional
Type: Boolean

Return Value

Type: UnicodeString