Am 09.01.2012 um 9, 05:45 schrieb Christopher Stone:

> On Jan 08, 2012, at 20:17, JT wrote:
>> i'm looking for a pattern / regular expression where i can find & mark all 
>> headings ( h1, h2, etc) using BBEdit's "Set Marker " menu
> ______________________________________________________________________
> 
> Hey JT,
> 
> Maybe something like this?
> 
> Search For: <(h\d)
> 
>  Mark With: \1

To get nicely named entries in the menu try this:

Search:
<h.+?>(.+?)<\h

Mark with:
\1

Regards,
Roland

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
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 feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to