bug-grep
[Top][All Lists]
Advanced

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

[bug #20961] hyphen problem: '^[0-9\-_\.]\+$' doesnot work while '^[0-9_


From: Andreas Schwab
Subject: [bug #20961] hyphen problem: '^[0-9\-_\.]\+$' doesnot work while '^[0-9_\.-]\+$' does
Date: Mon, 03 Sep 2007 09:08:21 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux; de, en_US) KHTML/3.5.7 (like Gecko) SUSE

Follow-up Comment #1, bug #20961 (project grep):

[0-9-_.] matches any of the characters '.0123456789]^_', and [0-9_.-] matches
any of '-.0123456789_'.  See the section about the syntax of bracket
expressions in the grep manual.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20961>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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