Check is the string contains another
Source position: syshelph.inc line 107
public function TStringHelper.Contains( |
const AValue: string |
):Boolean; |
Contains returns True if the string value contains AValue, i.e. it returns Pos(Self,AValue)>0.
|
Search for substring in a string. |