Hi,
How can I insert a newline on the replacement window? For instance, I want to replace a , by a newline.
TIA Alberto
On Wed, Mar 26, 2008 at 5:09 PM, Hans-Joerg Bibiko bibiko@eva.mpg.de wrote:
On 26 Mar 2008, at 18:05, Alberto Simões wrote:
Hi,
How can I insert a newline on the replacement window? For instance, I want to replace a , by a newline.
Find: a Replace: \n
RegExp checked
Oh, ok, with regexp enabled. Thanks :)
Cheers, --Hans
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Gerd Knops-2 wrote:
On Mar 26, 2008, at 12:05 PM, Alberto Simões wrote:
Hi,
How can I insert a newline on the replacement window? For instance, I want to replace a , by a newline.
Alt-return works for me, or paste a newline...
Gerd
Just to clarify, the original poster can search and replace a tab or a newline by searching/replacing for Option-tab and Option-return.
Then you don't need to use the Regular Expression option, which is more complicated than a simple text search.