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

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

Re: Why are RegExps never working?


From: Bastien
Subject: Re: Why are RegExps never working?
Date: Sun, 11 Nov 2007 15:21:02 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Sven Bretfeld <sven.bretfeld@gmx.ch> writes:

> pp\.[ \|$][0-9]
>
> To my understanding, it should mean: the string pp. followed by a
> group consisting of space or end-of-line followed by a number.
>
> Alas, occurrences of pp. at the end of a line are never found. I've
> also tried \n instead of $ and [ $] instead of [ \|$] -- all with the
> same result.

pp\.[ \n][0-9]+

?

See (info "(elisp)Regular Expressions")

-- 
Bastien




reply via email to

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