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

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

RE: [External] : Re: Package cl is deprecated


From: Drew Adams
Subject: RE: [External] : Re: Package cl is deprecated
Date: Sat, 31 Jul 2021 22:59:16 +0000

> > > [...] why don't you any end-of-line metacharacter, 
> > > i.e., `$' [1] in your above pattern?
> >
> > There's no reason to match end-of-line.
> > But you can match newline chars.
> 
> With other words: "$" _doesn't_ match a newline character, it just
> matches the position (the empty string) at a line's end.  If you want to
> have matches spanning lines, you must match newline characters in some
> way.

Yes, that's what I should have said.



reply via email to

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