0

There is a .properties file containing many name-value pairs, separated by "=". Is there any standard way in FinalBuilder to update the value of some properties?

TonySalimi
  • 8,257
  • 4
  • 33
  • 62

1 Answers1

0

It is possible by using "Text Find/Replace" action and its wildcard feature. Just replace:

 <propertyname>=*

with

 <propertyname>=<YourDesiredProperty>
TonySalimi
  • 8,257
  • 4
  • 33
  • 62