Returns a string in which a specified substring has been replaced with another substring.
If the Flags parameter does not include rfReplaceAll, only the first occurrence of FirstStr is replaced. Otherwise, all instances of FirstStr are replaced by SecondStr. If the Flags parameter includes rfIgnoreCase, the comparison operation is case insensitive.
How To Replace String in Borland Delphi 7
If the Flags parameter does not include rfReplaceAll, only the first occurrence of FirstStr is replaced. Otherwise, all instances of FirstStr are replaced by SecondStr. If the Flags parameter includes rfIgnoreCase, the comparison operation is case insensitive.
How To Replace String in Borland Delphi 7
0 comments:
Post a Comment