How to find a substring position in a string ? something like indexOf in js

I have read the docs of String module, it seems that there’s nothing like IndexOf in js which
return index of a substring in string.