func.strpos

The strpos() function finds the position of the first occurrence of a string inside another string

Syntax

func.strpos(string, substring)

Examples

func.strpos('Plaidcloud string', 'string') -->11
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)