RE: Regular expression matching

2003-02-21 Thread Matt Raible
writing :-) I did a search for that. It´s an optional task > (not a filter where I did my first search). > > So the Target could be (not tested) > > > > > > > > > > > > > > > > > > > > Jan Matèrne > > > &g

RE: Regular expression matching

2003-02-20 Thread Matt Raible
sted, but could work). > > I think the best way is to write a pattern="foo" substite="bar"/>. > > > Jan Matèrne > > > > > -Ursprüngliche Nachricht- > > Von: Matt Raible [mailto:[EMAIL PROTECTED]] > > Gesendet am: Freitag, 2

Re: Regular expression matching

2003-02-20 Thread Stefan Bodewig
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: > > > > to simply: > > ${...} If you are able to write a regexp for this, is your friend. Stefan ---

RE: Regular expression matching

2003-02-20 Thread Matt Raible
> Sent: Thursday, February 20, 2003 7:25 PM > To: Ant Users List > Subject: RE: Regular expression matching > > > If you're just talking about doing this once for the > codebase, I'd suggest using global substitution from your > favorite IDE (Eclipse does this ver