Is there a simple way of taking the value of a property and then copy it to another property with certain characters replaced?
Say propA=This is a value
. I want to replace all the spaces in it into underscores, resulting in propB=This_is_a_value
.