Search for a specific string occurrence

How can I search for a specific string occurrence in another string and get the position in Stackby ?

Use SEARCH({stringToFind}, "whereToSearch")

In the “Search Result” column to find the position of “stringToFind” in “whereToSearch”.

If not found, the result is empty.