Who can help me with regular expression? I need to remove a part of a string with jQuery, but I don't have much experience in regex.
<div class="test" >
> > Test Text
</div>
I want to remove > > and to leave just the text.