Syntax

    Returns the location where substr first appeared in str (counting from 1). If substr does not appear in str, return 0.

    1. INSTR