Hi, Rick!
It works like magic! Thanks! It’s the 4th time I think that RegEx did it… I should probably learn this before AppleScript :-) Thanks again! Regards, Vlad > Am 08.12.2014 um 09:18 schrieb Rick Gordon <[email protected]>: > > Try this: > > FIND (grep): > ^\s*(.+) *\r\s*(\d+[0-9ms ]+) *$ > > REPLACE WITH: > \1\t\2 > > Rick Gordon > > --------------------- > On 12/8/14 12:03 AM, Vlad Ghitulescu wrote: >> Hello! >> >> >> Copying and pasting the TOC of the "Up and Running with AppleScript >> <http://www.lynda.com/AppleScript-tutorials/Up-Running-AppleScript/158309-2.html>“ >> - tutorial bei Lynda.com <http://Lynda.com> leads to this: >> > ___________________________________________ > RICK GORDON > EMERALD VALLEY GRAPHICS AND CONSULTING > ___________________________________________ > WWW: http://www.shelterpub.com > > -- > This is the BBEdit Talk public discussion group. 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> > > --- You received this message because you are subscribed to the Google Groups > "BBEdit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. -- This is the BBEdit Talk public discussion group. 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> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
