[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Flags for StringReplace function
Source position: sysstrh.inc line 28
type TReplaceFlags = set of ( |
||
rfReplaceAll, |
|
Replace all occurrences of the search string with the replacement string. |
rfIgnoreCase |
|
Search case insensitive. |
); |
TReplaceFlags determines the behaviour of the StringReplace function.
|
Replace occurrences of one substring with another in a string. |