Trim unwanted div tag

Trim unwanted div tag

Hi,
 
I have a value which is of the format :
 
<div class="ExternalClass{GUID}"><p>as</p></div>
 
I want to retrieve the value "as" from it.
 
How to achieve this in jquery?
 
Thanks