JavaScript RegEx for div tags
Posted
by Eiso
on Stack Overflow
See other posts from Stack Overflow
or by Eiso
Published on 2008-11-13T21:01:00Z
Indexed on
2010/03/20
7:31 UTC
Read the original article
Hit count: 246
JavaScript
|regex
I have a JavaScript variable which holds an HTML page and due to the setup I need to extract everything between <div id="LiveArea">
and </div>
from that variable using JavaScript.
Any help is greatly appreciated.
© Stack Overflow or respective owner