I want to replace a version number by a more current one (i.e. getting it from SVN, which is working fine). For testing purposes I try to replace what I find with something simple, but not even this is working.
This regular expression looks fine (e.g. tested in https://regex101.com/) and correctly matches my version number.
RegEx:
([1-9][0-9]|[0-9])\.([1-9][0-9]|[0-9])\.([1-9][0-9][0-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9]|[0-9])
Text to match (that is not matched):
Title="MyTitle 1.0.0"
According to https://regex101.com/ this should work. But Visual Build cannot find any match and no replacement is done.
I can confirm that file access is working, because Visual Build adds the text "error while replacing" to the specified file.
I'm using Visual Build Professional v10.