Is there a way in Sublime Text 2 to search for every instance of a specific class applied to an element? For example, if I have 20 .jsp's and I want to find every element with the class "sample," is there a method to do this beyond just searching for class="sample (which only returns instances where "sample" is the first defined class)? Can Regex be utilized for this purpose? Any guidance or assistance on this matter would be highly appreciated.
Thank you!