Hello,
I have been using this forum as an inspiration to use RegEx on Xbench and it solved so many problems already, but I didn’t manage to create a search for segments in the source that have more than one variable in this form: ${variableText}
With this one I was able to detect segments with one occurency:
Source: "(\$\{[^\}]+\})=1"
Target: -@1
Powersearch: On.
Search mode: Regular Expressions.
I didn’t find the correct syntax to add another variable “2” in order to flag segments with 2 ${variableText}, where one, or more, are not matched in target.
Thank you very much in advance for the great support!
Andrea