string.find() method
.find(sub[, start[, end]])
Return the lowest index in the string where substring sub is found within the slice s[start:end].
Clickable & Draggable!