Hi I think that Text -> Process Lines Containing will create a list of all the lines containing the three letter found strings.
However the required list could be created in two "moves" I suspect. First put a return character before and after each three letter string. Replace: \r&\r (& matches all the found expression) Then use Process Lines Containing to separate out those lines and put them into a new document. If this was a regular thing then a nice Text Factory could be created to do it methinks. Patrick http://www.patrickjames.co.uk On 9 Oct 2008, at 16:19, Dennis wrote: > > 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. -~----------~----~----~----~------~----~------~--~---
