• Resolved oanhtran1804

    (@oanhtran1804)


    Hello. I’m searching for all
    class=
    and
    ID=
    Result will given all
    class=’class-name-1′
    class=’class-name-2′
    …etc to the end of all class have in search option. The same with ID

    What i mean, i want to find all ‘ ‘ string in class and ID. Can your plugin support this type of searching?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marius L. J.

    (@clorith)

    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.

    Thread Starter oanhtran1804

    (@oanhtran1804)

    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?

    Plugin Author Marius L. J.

    (@clorith)

    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.

    Thread Starter oanhtran1804

    (@oanhtran1804)

    Can you please update this function for this plugin please?

    Plugin Author Marius L. J.

    (@clorith)

    I’m afraid I won’t be adding a special feature only for this, as it’s not the intended purpose of the plugin.

    Thread Starter oanhtran1804

    (@oanhtran1804)

    Ok thank you for respond.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Class & ID’ is closed to new replies.