Checking that source + target contain the same {variables} in checklist

I have searched this forum and even tried ChatGPT but keep hitting a brick wall. I need to check that source and target contain the same variables. The variables are presented as text and are words between one or two curly braces {like this} or {{like this}}.

Could anyone help please? Much appreciated if so. Thanks!

Rufus

Try the following searches:

  1. One curly brace
    Source term: "(\{[^\}]+\})=1"
    Target term: -@1
    Search mode: regular expressions
    PowerSearch: on.

  2. Two curly braces
    Source term: "(\{\{[^\}]+\}\})=1"
    Target term: -@1
    Search mode: regular expressions
    PowerSearch: on.

1 Like

Thank you very much. Much appreciated. That worked :slight_smile: