Replace Function

B

Bill Rush

I want to replace a couple of spaces with a line feed.
For example, I have:


red white blue and I want

red
white
blue

I can't figure out how to enter the line feed function.
Hitting enter doesn't work. Thanks. Bill
 
S

Suzanne S. Barnhill

Shift+Enter creates a line break. If you want to replace spaces with line
breaks using Find and Replace, type a space into the "Find what" box and ^l
(lowercase L) in the "Replace with" box.
 
Top