I just came across some Stata code that used the function index(). I tried using it, and it seems to work like strpos(). Is it the old name for the same function, or are there differences?
Typing help index() in Stata redirects you to help f_strpos, but the entry actually makes no mention of the function.
Typing help index() in Stata redirects you to help f_strpos, but the entry actually makes no mention of the function.

Comment