From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11583 invoked by alias); 19 Feb 2011 03:38:30 -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: 15813 Received: (qmail 5790 invoked from network); 19 Feb 2011 03:38:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at hightek.org does not designate permitted sender hosts) Date: Fri, 18 Feb 2011 21:38:09 -0600 From: Vincent Stemen To: zsh-users@zsh.org Subject: Regular expressions in zsh Message-ID: <20110219033809.GA72507@quark.hightek.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: Vincent Stemen I was very delighted to discover today that zsh now supports full regular expressions in conditional statements, even using the Perl like =~ syntax. That was one thing that I always wished zsh had. My compliments to the chef :-). Vince