Community
    • Login

    CTRL+H Help Me Please

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    6 Posts 3 Posters 581 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ISMAIL ISMAILI Offline
      ISMAIL ISMAIL
      last edited by ISMAIL ISMAIL

      hello friends

      I have thousands of fields in the HTML page like this. How can I do if you want to remove them completely?

      <span id=“text1”>
      <span id=“sample test” >
      <span id=“test page”>

      Sample

      <h3><span id="Joomla and Wordpress"><strong>8. What is the main difference between Joomla and WordPress?</strong></span></h3>
      The main difference between WordPress and Joomla was that Joomla started as a CMS to offer portal-like websites, while WordPress was a blog-oriented platform.
      <h3><span id="Wordpress Plugins"><strong>9. Is Joomla easy to use?</strong></span></h3>
      Joomla is easy only for developers. But at the same time, Joomla has a simple design these days. Thus, inexperienced users can use Joomla without extensive experimentation. Joomla is used by millions of developers to create powerful websites.
      <h3><span id="HelpMe"><strong>10. Is Joomla free to use?</strong></span></h3>
      Joomla is a free and open source content management system (CMS) developed to publish your web content.
      

      Thanks Ismail Oz
      ISMOZ.COM

      Alan KilbornA 1 Reply Last reply Reply Quote 2
      • Alan KilbornA Online
        Alan Kilborn @ISMAIL ISMAIL
        last edited by

        @ISMAIL-ISMAIL

        Search for: (?-s)<span id=".*?">
        Replace with: nothing
        Search mode: Regular expression

        ISMAIL ISMAILI 1 Reply Last reply Reply Quote 4
        • Nuri UTKUN Offline
          Nuri UTKU
          last edited by

          <span id="(.*?)"> —> space

          </strong></span> —> </strong>

          Alan KilbornA 1 Reply Last reply Reply Quote 3
          • ISMAIL ISMAILI Offline
            ISMAIL ISMAIL @Alan Kilborn
            last edited by

            @Alan-Kilborn Thanks a lot, I solved it. I’m so happy I’ve been dealing with it since morning

            1 Reply Last reply Reply Quote 2
            • Alan KilbornA Online
              Alan Kilborn @Nuri UTKU
              last edited by Alan Kilborn

              @Nuri-UTKU said in CTRL+H Help Me Please:

              </strong></span> —> </strong>

              @ISMAIL-ISMAIL

              Nuri-UTKU makes a good point about the closing </span> tag – if you are removing the opening tag, you probably want to remove the closing tag as well!

              As for my first reply, I try to just give people what they ask for.
              If they ask for the wrong thing, perhaps it helps them learn how to ask better questions. :-)

              ISMAIL ISMAILI 1 Reply Last reply Reply Quote 4
              • ISMAIL ISMAILI Offline
                ISMAIL ISMAIL @Alan Kilborn
                last edited by

                @Alan-Kilborn @Nuri-UTKU

                Thanks Nuri, I’ll take that into consideration.

                1 Reply Last reply Reply Quote 3

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • First post
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors