Re: Got a regex question
Re: Got a regex question
- Subject: Re: Got a regex question
- From: has <email@hidden>
- Date: Fri, 26 Aug 2005 18:55:23 +0100
Michelle Steiner wrote:
>What is the expression need to change a number followed by any number of spaces to the same number followed by one tab?
Search for:
([0-9]) *
replacing with:
\1\t
has
--
http://freespace.virgin.net/hamish.sanderson/
_______________________________________________
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