On Jan 17, 2008 2:00 PM, Brian A. Seklecki
<[EMAIL PROTECTED]> wrote:
> On Thu, 2008-01-17 at 13:19 -0500, Joshua Slive wrote:
> > On Jan 17, 2008 1:13 PM, Brian A. Seklecki
> > <[EMAIL PROTECTED]> wrote:
> > > All:
> > >
> > > I see a lot of examples of with end-of-line char ($)
> > > matching.
>
On Thu, 2008-01-17 at 13:19 -0500, Joshua Slive wrote:
> On Jan 17, 2008 1:13 PM, Brian A. Seklecki
> <[EMAIL PROTECTED]> wrote:
> > All:
> >
> > I see a lot of examples of with end-of-line char ($)
> > matching.
> >
> > Isn't that redundant / implied? A directive is just a regex
> > that automa
On Jan 17, 2008 1:13 PM, Brian A. Seklecki
<[EMAIL PROTECTED]> wrote:
> All:
>
> I see a lot of examples of with end-of-line char ($)
> matching.
>
> Isn't that redundant / implied? A directive is just a regex
> that automatically has ".*" pre-pended and "$" appended? (But only used
> if evaluat
All:
I see a lot of examples of with end-of-line char ($)
matching.
Isn't that redundant / implied? A directive is just a regex
that automatically has ".*" pre-pended and "$" appended? (But only used
if evaluating a file, and not a directory)
~BAS
-