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
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
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]
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
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