On Sep 18, 2008, at 3:04 PM, Whiterock wrote:

> There is definitely a difference between BBEdit 8 and 9. I think it
> must be a bug. Searching a file (or multiple files) for something like
> 'name="I12345' using the pattern string "name=.I\\d+" used to do the
> job. I've tried numerous other patterns and nothing seems to find the
> string. The problem with this pattern lies in the "." symbol.

I'm lacking context here.

Why do you think the "." is the root of the problem?

Why are you escaping the backslash before the d?

Searching for

        name=.I\d+

will match

        name="I12345

- Jim

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
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 "[EMAIL PROTECTED]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to