<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject:
Re: regexp exclusion search - find matches NOT ending with a string?
From:
Robert Dober
<robert.dober gmail.com>
Date: Fri, 17 Jul 2009 17:56:49 +0900
References:
341620
341660
In-reply-to:
341660
> >
%r($(?<!\.html)\z) # is that what you meant above?
where does this $ come from ?