On Oct 9, 2008, at 6:17 AM, Bull wrote: > My next step in my project requires saving a list of all words that > matched > the search string.
It sounds like you're looking for the Text -> Process Lines Containing command. It has an option to copy matches to a new document. Note that, as stetner pointed out earlier, you'll need to make a minor change to your expression: > 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)(.)$ Hope this helps, Dennis --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
