Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 48646 invoked from network); 20 Feb 2003 23:57:14 -0000 Received: from smtp.mho.net (HELO smtp.mho.com) (64.58.4.6) by daedalus.apache.org with SMTP; 20 Feb 2003 23:57:14 -0000 Received: (qmail 61528 invoked from network); 20 Feb 2003 23:57:20 -0000 Received: from cr1-dc0.wi6.mor.mho.net (HELO fatbastard) (64.58.0.2) by smtp.mho.net with SMTP; 20 Feb 2003 23:57:20 -0000 From: "Matt Raible" To: Subject: Regular expression matching Date: Thu, 20 Feb 2003 16:57:15 -0700 Organization: Raible Designs, Inc. Message-ID: <003301c2d93b$cb583a50$0300a8c0@raibledesigns.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Is there a way that I can parse my .jsp files with a regexp matching and convert all of: to simply: ${...} I want to be able to produce a JSP 2.0 version of my app from a JSP 1.2 codebase that uses JSTL. Thanks, Matt