Start of change

STRPOS scalar function

The STRPOS function returns the position of the first occurrence of an argument within another argument.

Read syntax diagramSkip visual syntax diagramSTRPOS(1source-string, search-string)
Notes:
  • 1 FL 506 STRPOS is a newly supported name for the POSSTR function.

The STRPOS function is identical to the POSSTR function. For more information, see POSSTR or STRPOS scalar function.

End of change