[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Replace one occurrence of a string with another
Source position: sysunih.inc line 70
function UnicodeStringReplace( |
const S: UnicodeString; |
const OldPattern: UnicodeString; |
const NewPattern: UnicodeString; |
Flags: TReplaceFlags |
UnicodeStringReplace is the unicode version of StringReplace; it follows the same rules and has the same behaviour, but operates on unicode strings instead of ansistrings.
|
Replace occurrences of one substring with another in a string. |