Re: Got a regex question
Re: Got a regex question
- Subject: Re: Got a regex question
- From: Michelle Steiner <email@hidden>
- Date: Sat, 27 Aug 2005 06:36:17 -0700
On Aug 27, 2005, at 1:12 AM, Tim Mansour wrote:
What is the expression need to change a number followed by any
number of spaces to the same number followed by one tab?
Find:
([0-9]) +
Replace with:
\\1\\t
Note that the double-\ is only f
Thanks.
-- Michelle
--
The problem with political jokes is that too many of them get elected.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden