in Delphi TIPS :: While the SysUtils
unit and the StrUtils
unit provide hundreds of string manipulation routines there are always some that are "missing". A function I need daily is the one that return the number of how many times a string appears inside another string. Read the full article ...
More...