Need to find <span class="SubTitle">

I’m sure this was answered here long ago, but I can’t find the solution. Want to use instr() to find but I can’t remember how to deal with the quote marks. I’ve tried a few things, but . . .

Any ideas?

Double quotation marks to escape.

str = "<span class=""SubTitle"">"

Thanks . . .