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: 396

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

Related posts about delphi

Related posts about delphi-5