Could you please clarify what is the objective for this calculation? What kind of data are expected to be input and what would yuo like to get as output?
I want to find pairs of tuples in the string ‘(xsd),(abc),(abc),(xyz)’ that have the same content.
So running the provided regexp on the provided string should yield “abc”, see here (group 1 on rhs is “abc”):
So this seems to be a bug in ExtractString. The actual problem I am trying to solve in eazybi I solved already by some other means, I just wanted to report this potential bug.