Re: AW: How to convert commas into spaces

2005-02-09 Thread Ninju Bohra
ndet am: Mittwoch, 9. Februar 2005 16:35 > An: Ant Users Group > Betreff: How to convert commas into spaces > > Hey Guys (and gals), > > I have this property with a comma delimited list of values > (file names) > > > value="base.sql,application.sql,report.sql,au

AW: How to convert commas into spaces

2005-02-09 Thread Jan . Materne
AntContrib: propertyregexp match: ',' replace:' ' flags: g Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 9. Februar 2005 16:35 > An: Ant Users Group > Betreff: How to convert commas

How to convert commas into spaces

2005-02-09 Thread Ninju Bohra
Hey Guys (and gals), I have this property with a comma delimited list of values (file names) and I need to create another property (let's call it sql.file.names.spaced) with the same set of text but with the commas replaced with spaces. Any regex experts out there... or any other ANT