Re: Got a regex question
Re: Got a regex question
- Subject: Re: Got a regex question
- From: Tim Mansour <email@hidden>
- Date: Sat, 27 Aug 2005 18:12:06 +1000
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 for AppleScript's benefit. If you were
searching, say, in BBEdit you'd only need one slash.
--
Tim Mansour <email@hidden>
_______________________________________________
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