Re: Search and replace in property

2007-11-28 Thread Ognjen Blagojevic
Hi David, David Weintraub wrote: Are you actually doing something with the properties before doing the replace? If not, you could use a filter. Unfortunately, doesn't support the filter directly, but you could copy the property file, then use the to point to your copy: Actually, I do. I fig

Re: Search and replace in property

2007-11-27 Thread David Weintraub
Are you actually doing something with the properties before doing the replace? If not, you could use a filter. Unfortunately, doesn't support the filter directly, but you could copy the property file, then use the to point to your copy: Remember that you cannot change a pr

Re: AW: Search and replace in property

2007-11-27 Thread Ognjen Blagojevic
Hello Jan, You could use for manipulating properties. Thanks. This is exactly the task I was looking for. Regards, Ognjen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Search and replace in property

2007-11-27 Thread Jan.Materne
st > Betreff: Search and replace in property > > Hi all, > > I need tho read the properties from the file, and then to do a string > replacement in their values. > > Something like this: > > 1. read_properties > 2. do_something_with_prop

Search and replace in property

2007-11-27 Thread Ognjen Blagojevic
Hi all, I need tho read the properties from the file, and then to do a string replacement in their values. Something like this: 1. read_properties 2. do_something_with_properties 3. replace_in_property('&', '&') 4. do_someting_else_with_escaped_properties How can I do the step 3? The only