On Oct 9, 4:41 am, Ronald J Kimball <[EMAIL PROTECTED]> wrote:
> Here's how that would look in this case:
>
> ^(.)(?!\1)(.)(?!\1|\2)(.)\r
>
> Ronald

This does not work in 'process lines containing' for it to work there
you need to use this (note use $ rather than \r):

^(.)(?!\1)(.)(?!\1|\2)(.)$


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to [email protected]
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