On Fri 14 Apr 2017 at 15:19:07 +0100, Aaron Sloman wrote:
> The problem seems to be that regex_match in file list.c is too general.

Try adding ^ and/or $ into the regex, for start and end if string.
Without that, regex matches are often allowed anywhere in the string
(although some people disagree with that and program things differently;
usually one operation is called a regex match and the other a regex search).

> aaron
-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- Wayland: Those who don't understand X
\X/ rhialto/at/xs4all.nl    -- are condemned to reinvent it. Poorly.

Attachment: signature.asc
Description: PGP signature

Reply via email to