I need to search my website for all instances where an attribute value contains a certain keyword. For example: In the following snippet I have an aria-label which contains the word taco. I would crawl my site and find all pages which contains the word "taco". Does anyone know a site or tool which can do this?
<a href="eattaco.html" aria-label="eat a taco">hungry?</a>
Thanks in advance.