bs4.NavigableString.index

NavigableString.index(sub[, start[, end]]) → int

Like S.find() but raise ValueError when the substring is not found.