Returns true if the subtext in contained in the AText string. This function is case sensitive
Namespace: HelperFunctions
Delphi |
function RSAnsiContainsStr(const ASubText, AText: string): Boolean; |
Parameters
ASubText
Type: string
AText
Type: string
Type: Boolean
These functions were entirely created to put the ORDER of the parameters the same as AnsiStartsStr, AnsiEndsStr, and AnsiSameStr |