I am trying to get the position of a certain string with in a textbox

e.g.

textbox1.text = "hello everyone, nice weather today!"

if string1 = nice,
position as integer will be 17

How do I get this integer through code?