Contents - Index


STRINGPOS

 

StringPos accepts two arguments both of which must be either be a string constant or string variable.  The function returns the position of the first string within the second.  If the first string is not contained within the second, the function returns 0.  This function is case-insensitive. 

 

Return to String Functions