I know I can do this with a negative look-ahead something or other,  
but despite years and years of regexs, I do not grok that particular  
mechanism.

I want to search for lists that contain at least 10 list items.

<ol id="foo">
<li class="bar"...
<li...
<li class="boo"...
<li...
<li...
<li...
<li...
<li...
<li...
<li...
<li...
</ol>

I got started on something, but it blew up when there where multiple  
lists.

<li>(?!(</li>)+){10,}... things fall apart quickly for me.

-- 
No matter how fast light travels it finds the darkness has always
        go there first, and is waiting for it.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "supp...@barebones.com" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to