Saturday, 15 January 2011

html - Sublime Text 2: How to search for every instance of an applied class? -


I was wondering if anyone is aware of any plugin or every instance of a class applied to an element The basic way to search for Sublime Text 2?

An example of what I am trying to achieve:

  • I have 20 jjs and I have to search for every element, in which the class "sample".
  • I can search the class = "sample, but it will return only every instance where the first defined square on the" sample "element.
  • Is there a way" class = " Something like "Sampling"?

    I think it can be obtained using Reggae, but it is on my head. Any help or assistance will be highly appreciated .

    Thank you!

    I think the only way is a regex. Kind For some,

      / \ sclass = [''] [^ '] * \ s + sample \ s + [^' '] * [']] /  < / Ex> 

    But this is not strict at all (due to unclear quotes 'or')

No comments:

Post a Comment