Hiya,
So you are trying to find all instances of class='' or id='' (with no class or id entered) ?
If I understand you correctly, you could either search specifically for that, with the empty quotes, or if there may or may not be any spaces you could use the regex search option, which allows for more complex searches, they do require some research if you are unfamiliar with them though, but are very powerful if used correctly.
Hi, @clorith. Thank for respond.
I want to find all strings inside of class and ID, the fact i dont know what is the name of string at all. What i know they are string inside of ‘ ‘ and started with class= and ID =
Here is example whole my web only have 2 class and 2 ID as bellow:
class=’class-name1′
class=’class-name2′
ID=’abc’
ID=’edfgh’
SO if i search for class=
Search….result is
class-name1
class-name2
SO if i search for ID=
Search….result is
abc
edfgh
I hope your plugin can archive this search, Is it available please?
Although it is possible, it’s not the purpose of this plugin, and you would have a hard time going over the results due to the nature of what you want to achieve.
Unfortunately the crafting of search queries is a bit outside the scope of the kind of support I can provide, but yes, it is possible to do this with RegEx, and would be possible with this plugin.
Can you please update this function for this plugin please?
I’m afraid I won’t be adding a special feature only for this, as it’s not the intended purpose of the plugin.
Ok thank you for respond.