Hi There,
I hope there is someone who can help me with this regex
content.match(/<div class="content">.+#-#/ig);
I need to match everything between the <div class="content">
[ Match everything inbetween ] up untill the #-# in the coding
I am using javascript
Thanks