I want to write a piece of code using regex that let's my replace ANY value inside my parenthesis. Take the following cases
Target text: build (123)
build (##-build-##)
build (111)
build (xxyyzz)
In all cases I want to find the word "build (*)" on the page, and replace it with my desired value.