div statement wildcards?
Posted: Tue Aug 30, 2016 5:13 pm
Can someone help with the syntax for finding complete div statements using wildcards?
An example is;
...where the text after the
<div class="ygrps-
is unpredictable, so, what I need is a wildcard statement to match anything between;
<div class="ygrps-
and
</div>
I am sure that part of the problem is that there are instances of nested brackets within these cases.
I've been though the help file on regular expressions several times today and I do have a fair amount of experience with expressions, but everything I have tried today fails.
Thanks in advance,
Beverly Howard
An example is;
Code: Select all
<div class="ygrps-yiv-966925050yiv2931130974MsoNormal"><br><br></div>
<div class="ygrps-
is unpredictable, so, what I need is a wildcard statement to match anything between;
<div class="ygrps-
and
</div>
I am sure that part of the problem is that there are instances of nested brackets within these cases.
I've been though the help file on regular expressions several times today and I do have a fair amount of experience with expressions, but everything I have tried today fails.
Thanks in advance,
Beverly Howard