Who can help me with regular expression , to remove some string with jquery, don't have much experience in regex
<div class="test" >
> > Test Text
</div>
I want to remove " > >
" and to leave just the text
Thanks!!