accepts two strings and returns the character index of the position
where the second string begins in the first; returns -1 if the second string does not appear in the first.

Examples:
IN:...