How can I replace a word with Regular Expression in Microsoft Word 2007?

For example, I want to find and replace all \n with some spaces.

link|improve this question

Are these Unix newlines or Windows line endings? – Dennis Williamson Dec 27 '10 at 20:17
feedback

1 Answer

up vote 2 down vote accepted

I've found the response.
I had to use ^13 instead of \n in Find What textbox.

Find and Replace

Reference

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.