Hi, i got the string

string word = "hello world dude";

i want to make a if that checks the string word for hello then if its in it take hello out and leave the rest


so
if("hello" in string)
strip hello from string;