IsWordPresent

Check for the presence of a word in a string.

Declaration

Source position: strutils.pp line 210

  function IsWordPresent(const W: string; const S: string; 
                        const WordDelims: TSysCharSet) : Boolean;

Description

IsWordPresent checks for the presence of the word W in the string S. Words are delimited by the characters found in WordDelims. The function returns True if a match is found, False otherwise. The search is performed case sensitive.

This function is equivalent to the SearchBuf function with the soWholeWords option specified.

Errors

None.

See also

Name Description
SearchBuf Search a buffer for a certain string.

results matching ""

    No results matching ""