• Regex expression for search. e.g. (Version=)([0-9]+\.[0-9]+\.[0-9]+)
  • You can use variables enclosed in ${}. e.g. $11.0.${BUILD_ID}
  • So, The string "Version=0.0.1" would be replace to Version=1.0.9 when the value of BUILD_ID is 9
  • Set "Match count" to 0 will do replace all