help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regular expression for special character


From: Kevin Rodgers
Subject: Re: regular expression for special character
Date: Tue, 09 Dec 2008 07:28:49 -0700
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

tomer wrote:
On Dec 7, 4:57 pm, Kevin Rodgers <kevin.d.rodg...@gmail.com> wrote:
tomer wrote:
i want  filter/delete  lines which only the ascii code 0xa with emas
interactive commnd.
Is it possible ?
M-x delete-matching-lines RET ^$ RET

Thaks very much , it works.
I last question about it ( i hope i am rude)
i need to filter (blank lines space,tabs,empy line mix of them)
Is it possible with single command
I tried delete-blank line and it didnt help ?

M-x delete-matching-lines RET ^ [ SPC TAB ] * $ RET

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

[Prev in Thread] Current Thread [Next in Thread]