Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi,

    Please try with regular expression like this: https://goo.gl/9YU0wZ

    Thread Starter NanoWisdoms

    (@nanowisdoms)

    That is good to know you can use regular expressions, but isn’t the ginner supposed to return what is INSIDE the tag?

    Here is the example from your documentation:

    Get INNTER CONTENT from input HTML source for the “div” tag with a string “post” inside that div, no matter that string is id, class or any attribute.

    For example:

    <html>...<body>...<div class=”post” id=”whatever” what_ever=”attribute”>I want to get this text</div>...</body></html>

    Will return “I want to get this text” by using above sample.

    My understanding from your documentation example is that ginner should NOT return:

    <div>I want to get this text</div>

    But this is what I get. When I use ginner I get the tag AND its contents.

    Plugin Contributor Tung Pham

    (@phamtungpth)

    Hi,

    That description maybe not exacted about what Ginner command is working currently. No matter what, you could use Strip Tags processor for moving the HTML tags or use my suggestion about Replace command (in previous reply).

    Regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ginner not working’ is closed to new replies.