From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23109 invoked by alias); 15 Sep 2012 21:12:22 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17269 Received: (qmail 28251 invoked from network); 15 Sep 2012 21:12:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at bunkus.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bunkus.org; s=mail201203; t=1347743534; bh=XYNTqwB/40MpU/KeJTQBoS1zepeumrXVlhK8hRkjCLg=; h=MIME-Version:In-Reply-To:References:Date:Message-ID:Subject:From: To:Cc:Content-Type; b=A5ebyUcCZ87I+iwTZJGR2265m9zSwqsjn78m9PFrj4Zi2jxZCCcOo4O2tS/2+zPdQ 296Wk/EdRw7l+FKiHXXGvbzwJi8956SDJS4G7u0nTp6wsQPlnS6WldLR4doUa4P9K1 yIFCpfTyRE+iY1VhFl51BOYNLcTXYhOld3Vcj7kI= MIME-Version: 1.0 In-Reply-To: <20120915204246.0bb41f96@pws-pc.ntlworld.com> References: <20120915204246.0bb41f96@pws-pc.ntlworld.com> Date: Sat, 15 Sep 2012 23:12:13 +0200 Message-ID: Subject: Re: regex matching regression in 5.0.0 vs. 4.3.17 From: Moritz Bunkus To: Peter Stephenson Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Hey, thanks for the thorough explanation. I've switched to PCRE RE matching which makes all that $IFS matching as easy as: pcre_compile "^\* +(.*?)$" Kind regards, mosu