On Thu, 20 Feb 2003, Matt Raible <[EMAIL PROTECTED]> wrote: > Is there a way that I can parse my .jsp files with a regexp matching > and convert all of: > > <c:out value="${...}" /> > > to simply: > > ${...}
If you are able to write a regexp for this, <replaceregexp> is your friend. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]