Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7011283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:06:26+00:00 2026-05-27T22:06:26+00:00

I am trying to replace content inside particular div tags (id=dd-header) with a comment.

  • 0

I am trying to replace content inside particular div tags (id=”dd-header”) with a comment. Tried several methods, and regular expressions. This is my latest try:

$html = preg_replace('/(<div\sid=\"dd\-header\">)[^<]+(<\/div>)/i', '<!-- Comment -->', $html);

Couldn’t get it working. What am I doing wrong here?

NOTE: div tags further have multiple tags

Sample Code to Replace

<div id="dd-header">
    <a id="logo-small" href="/" title="title"></a>
    <a href="http://url/">Link 1</a> | 
    <a href="javascript: (function () {window.location = 'http://url=' + encodeURIComponent(window.location.href);})()">Link 2</a>
    <!-- <a href="http://url">Image</a> | -->
    | <a href="url">Link 3</a></div>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:06:27+00:00Added an answer on May 27, 2026 at 10:06 pm
    $html = preg_replace('/(<div\sid="dd-header">)([^<]|<.+>.*<\/.+>)+(<\/div>)/i', '$1<!-- Comment -->$3', $html);
    

    see http://codepad.org/GpYkteh4

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get file contents, replace some parts of it using regular expressions
i am trying to replace the content of a div with the content of
I am trying to use JavaScript to dynamically replace content inside of curly braces.
I am trying to replace HTML content with regular expression. from <A HREF=ZZZ>test test
When trying to replace the content of an XML file in C#.NET with a
I'm trying to replace the content of a WPF grid control by another WPF
I'm trying to replace every multiline import inside a Python source file.. So, the
I'm trying to use this code: UPDATE media_items SET content_url = replace(content_url,’cd%20images’,'my%20music’); And I
I'm trying to do a little javascript trick to fade out a div, replace
I am trying to replace all h2 tags containing the class title with h1:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.