You might try the below as the h in hello would probably be at position 0 instead of 1 in the string being evaluated.
if (readString.indexOf("hello") >=0) {
You might try the below as the h in hello would probably be at position 0 instead of 1 in the string being evaluated.
if (readString.indexOf("hello") >=0) {