• 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: Remove extra spaces from a string
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove extra spaces from a string


  • Subject: Re: Remove extra spaces from a string
  • From: Emmanuel <email@hidden>
  • Date: Mon, 9 Jun 2003 23:09:18 +0200

At 8:01 PM -0400 08/06/03, James Cass wrote:
>Forgive me if this was covered already. If you just want to remove extra spaces (or any repeating character, tab, etc) from a string, the "tr" terminal command works pretty good. Here's an example with gratuitous "display dialogs".
>
>--
>-------------------------------------------------------------------------------------------
>set withspaces to "Extra spaces."
>display dialog "Before: " & withspaces
>set withoutspaces to do shell script ("echo " & withspaces & " | tr -s ' '")
>display dialog "After: " & withoutspaces
>--
>-------------------------------------------------------------------------------------------

Since we mention "tr" we have to mention also that it works only on strings up to 64KB.

Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Remove extra spaces from a string
      • From: Christopher Nebel <email@hidden>
    • Re: Remove extra spaces from a string
      • From: John Delacour <email@hidden>
    • Re: Remove extra spaces from a string
      • From: Paul Berkowitz <email@hidden>
References: 
 >Re: Remove extra spaces from a string (From: James Cass <email@hidden>)

  • Prev by Date: Re: Date math question
  • Next by Date: Re: Date math question
  • Previous by thread: Re: Remove extra spaces from a string
  • Next by thread: Re: Remove extra spaces from a string
  • Index(es):
    • Date
    • Thread