|
From: | Yakov Lerner |
Subject: | [bug #16179] 'egrep -i ' + backreference = bug |
Date: | Fri, 24 Mar 2006 19:17:32 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 |
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16179> Summary: 'egrep -i ' + backreference = bug Project: grep Submitted by: ilerner Submitted on: Fri 03/24/06 at 19:17 Category: None Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open _______________________________________________________ Details: echo 'The the'|egrep -i '(the) \1' no match. Match expected. Other similar cases: echo 'The The'|egrep -i '(the) \1' echo 'the The'|egrep -i '(the) \1' Thanks Yakov _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16179> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |