• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Got a regex question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Got a regex question
      • From: Michelle Steiner <email@hidden>
References: 
 >Got a regex question (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Re: Native script spontanesouly going Classic
  • Next by Date: Re: Got a regex question
  • Previous by thread: Got a regex question
  • Next by thread: Re: Got a regex question
  • Index(es):
    • Date
    • Thread