| [Overview][Procedures and functions][Index] |
Source position: lazutf16.pas line 48
function Utf16StringReplace( |
const S: WideString; |
const OldPattern: WideString; |
const NewPattern: WideString; |
Flags: TReplaceFlags |
):WideString; |
const S: WideString; |
const OldPattern: WideString; |
const NewPattern: WideString; |
Flags: TReplaceFlags; |
out Count: Integer |
):WideString; |
Same as SysUtil.StringReplace but for WideStrings and UnicodeStrings, since it's not available in FPC yet.