Sweet. That worked perfectly! Thank you very much indeed. Looking carefully at the Search helps me understand what it was doing.
/t On Tuesday, September 24, 2013 6:40:09 PM UTC-4, Oliver Taylor wrote: > > On Sep 24, 2013, at 1:18 PM, Timothy Hellum <[email protected]<javascript:>> > wrote: > > I have a single column of a thousand or so phone numbers in their 10 > character string format. I'd like to add dashes in positions 4 and 7: > 123-123-1234 > > > Assuming the phone numbers are always formatted as "1231231234"... > > Search: (\d{3})(\d{3})(\d{4}) > Replace: \1-\2-\3 > -- 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].
