Delphi: Any StringReplaceW or WideStringReplace functions out there?
Posted
by Ian Boyd
on Stack Overflow
See other posts from Stack Overflow
or by Ian Boyd
Published on 2010-04-05T20:58:11Z
Indexed on
2010/04/05
21:53 UTC
Read the original article
Hit count: 419
Are there any wide-string manipulation implementations out there?
function WideUpperCase(const S: WideString): WideString;
function WidePos(Substr: WideString; S: WideString): Integer;
function StringReplaceW(const S, OldPattern, NewPattern: WideString;
Flags: TReplaceFlags): WideString;
etc
© Stack Overflow or respective owner