On Jul 08, 2012, at 06:59, Mosby wrote:
> I have data that looks similar to this...
> ...
> I want to skip the zip codes and only find the lines that do not begin with a 
> zip code...
______________________________________________________________________

Hey There,

There are a few ways to tackle that problem.

   Find: ^(?>(?!\d{5}\t))([[:word:]]+.*)\r
Replace: \1 

Now let's see if Ronald comes up with something really kick-ass as usual.  :)

--
Best Regards,
Chris

-- 
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 [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 feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to