On 9/6/11 2:24 PM, "Bruce Van Allen" <[email protected]> wrote:
> > Find: ^\s*([A-Z0-9]+) (.*) [0-9]+\*s$ > Replace: \1\t\2 That didn't work either, but I opened a fresh copy of the original text and removed the \s* and it worked on all lines ^([A-Z0-9]+) (.*) [0-9]+ $ Just curious... A space in the Find field using Grep... Isn't seen is it? Like the space before the $ ? If no spaces are found before or after in your original Find above, does that stop the search? IOW, what is the symbol for optional but not necessary spaces? ~~~~~~~~~~~~ Jefferis Peterson, Pres. Web Design and Marketing http://www.PetersonSales.com (724)-482-2015 -- 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>
