Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: From: Berger David-MGI2063 To: "'cygwin AT cygwin DOT com'" Subject: sed 4.0.5 regexp problem Date: Fri, 28 Feb 2003 15:37:33 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" The following should be equivalent, they no longer are: echo 'T _atan2' | sed -e 's/^T\W*\(\w*\)/FuncSymbol(\1),/ echo 'T _atan2' | sed -e 's/^T[[:space:]]*\([[:alnum:]_]*\)/FuncSymbol(\1),/ The first one used to work, now only the second one does. This is not good. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/