<div class="socialMedia">
<div id="divLinkedin" style="width:100px;height:0px;">
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script data-counter="right" type="IN/Share"></script>
<!-- Facebook share button Start -->
</div>
<div id="divFb" style="float: left;margin-left:100px;">
<a expr:share_url="data:post.url" href="http://www.facebook.com/sharer.php" name="fb_share" type="button_count">Share</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<!-- Facebook share button End -->
</div>
<div id ="divTw" style="float: left;margin-left:10px;">
<a class="twitter-share-button" data-lang="en" href="https://twitter.com/share">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<br />
<br />
</div>
I need to find the Regular expression to filter the content inside the div element class='socialMedia'.All content inside that must be empty string ? How can I do that?