On Sun, Feb 15, 2009 at 6:14 PM,  <[email protected]> wrote:
> I vaguely remember that matching the whole line is a requirement
> for standard tags files.  I'll have to check that again.

If your regular expression starts with ^ and ends with $ it
must match the whole line,

If it starts with ^ but does not end with $ it only needs to match
a prefix of the line.

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to