From: Malte Spiess <i1tnews@arcor.de>
Subject: Re: regex replace
Date: Mon, 11 Dec 2006 21:51:58 +0100 [thread overview]
Message-ID: <87k60yb1g1.fsf@trick.ulm.malte.spiess> (raw)
In-Reply-To: m3slfmrxis.fsf@localhost.localdomain
Gary Wessle <phddas@yahoo.com> writes:
> "rgb" <rbielaws@i1.net> writes:
>
>> Gary Wessle wrote:
>> > Hi
>> >
>> > I need to remove the "//" from the beginning of all the lines in my
>> > c++ code which contain the string 'n', including the single comma.
>> > e.g, un-comment all of those lines that qualify. and then also to
>> > place "//" not including the double quotes at the beginning of all
>> > lines containing the 'f' string.
>> >
>> > this is a bit too much for me to come up with.
>> >
>> > thanks
>>
>> C-M-% ^\(//\)\(.*'n',\)<RET>\2<RET>
>>
>> C-M-% ^.*'f'<RET>//\0<RET>
>
> // if( some switch->fd ) p_acc->sbs(a_f, morearg, somemore, 'n', 0); // no action taken
>
> the first command you posted will not work on the above, even after I
> modified it to take the spaces at the start like this.
> C-M-% ^ *\(//\)\(.*'n',\)<RET>\2<RET>
Hm, strange, works fine here!
Could you maybe tell us what was your output? Are you sure you really
did C-M-% and not M-% ? What other line did it work with?
By the way, should there be no other occurances of 'n', this would also
be nice for a macro...
Greetings
Malte
next prev parent reply other threads:[~2006-12-11 20:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-11 12:48 regex replace Gary Wessle
2006-12-11 13:30 ` rgb
2006-12-11 20:24 ` Gary Wessle
2006-12-11 20:51 ` Malte Spiess [this message]
2006-12-12 7:57 ` Gary Wessle
2006-12-12 9:44 ` Malte Spiess
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k60yb1g1.fsf@trick.ulm.malte.spiess \
--to=i1tnews@arcor.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.