TReplaceFlags
Flags for StringReplace function
Declaration
Source position: sysstrh.inc line 28
Type
TReplaceFlags= Set of (rfReplaceAll,rfIgnoreCase)
Description
TReplaceFlags determines the behaviour of the StringReplace function.
See also
Name | Description |
---|---|
StringReplace | Replace occurrences of one substring with another in a string. |