Srinivasulu Bhattaram wrote:
I have a text file, which has one space before every line
How to remove this using search and replace option
For carriage return or <Enter>, I learnt that we hould use "\n" (quotes not included) and keep Regular Expressions on.
But I do not know what is code for space
Can any one let me know?
seena

If you are using a carriage return (shift+<Enter>) or <Enter>, you can use this: "^ " (^ followed by a space). Regular Expressions must be on. The replace box should be empty.
Search and replace as you did using "\n" above.

--Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to