I have this HTML code
<div id="content">
<div class="sidebar">
My Sidebar Stuff
<div id="Some Other Div">
etc...
</div>
</div>
</div>
Is it somehow possible to replace all the content inside the SIDEBAR div, including other divs, texts etc... I already tried some rudimentary Regex but i'm not that good at it.