$Find()

Examples of $FIND()

The $FIND function returns an integer character position that locates the occurrence of a substring within a string.

The format for the $FIND function is:

    $F[IND](expr1,expr2[,intexpr])
    

$FIND() provides a tool to locate characters. The ( [ ) operator and the two-argument $LENGTH() are other tools that provide related functionality.