^string.pos[substring]
^string.pos[substring](offset)[3.3.0]
The method returns a number int, that is the position of the first character of the substring (beginning with zero), or -1 if substring cannot be found.
If offset was specified the substring will be searching from specified position.
Examples $str[Strangers in the night…]
^str.pos[range]