On Jul 13, 2018, at 12:44 PM, Richard D. Meadows <[email protected] 
<mailto:[email protected]>> wrote:

> How do I replace at (,) comma in a #pages document with a Return - line feed 
> & carriage return?  I have abcd, efgh, ijkl  and I need it to be
> abcd
> efgh
> ijkl
> 
> 
> I have a document with 400+ email address separated by a comma. I need to get 
> them into one long list so can get them imported to numbers or other spread 
> sheet, then exported as  CVS file to import to a mailing service.  I got 
> sucked in to handling this for a non profit I am in. They have been sending 
> out emails from an OLD aol account and it’s gone now and regular mail of 
> course limits you to like 100 addresses.  I am trying to drag them into the 
> 21 century and use mail chip.  I really do not want to spend 2 hours going 
> thru that list, doing an enter after every comma then deleting the comma.  I 
> tried find and replace but can’t figure out how to put the CRLF in there.

Try TextEdit.

In the Edit>Find>Search and Replace… dialog, pressing control+option+command+p 
will bring up a little dialog letting you insert a few special characters.

If you do this kind of stuff all the time, you could use an editor that 
supports GREP. macOS comes with at least three of them for the command line 
built in: pico, vi and emacs.

A more Mac-like one is BBEdit <http://www.barebones.com/products/bbedit/>. The 
free version does GREP and a whole lot more.

GREP stands for Generalized Regular Expression Parser. It is the really 
powerful search and replace facility built into most programming editors.

L^2


---
‌Lee Larson‌
‌[email protected] <mailto:[email protected]>‌

‌When you come to a fork in the road, take it. ‌— Yogi Berra
‌‌

‌‌‌






Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
MacGroup mailing list
Posting address: [email protected]
Archive: <http://www.mail-archive.com/[email protected]/>
Answers to questions: <http://erdos.math.louisville.edu/macgroup/>

Reply via email to