On 28 okt 2010, at 18:06, Maarten Sneep wrote:

> On Thu, 28 Oct 2010 11:52:29 -0400, Ronald J Kimball <r...@tamias.net>
> wrote:
>> On Thu, Oct 28, 2010 at 12:49:33AM -0700, Nick Matzke wrote:
>>> 
>>> Thanks!  That worked great!  Would there be a way to make
>>> the comment symbols either "#" or "%%"?
>> 
>> Try (?:#|%%) in place of [#%]
> 
> Because of the '(?x:' at the start of the expression, you probably want
> to escape the # sign:
> 
> (?:\#:%%)

Eh:

(?:\#|%%)

of course.

Maarten

-- 
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