Regex to number letter quotation mark

Hi Team,

Could you help me with a regex to detect number, letter, quotation mark that appear un source but not in target? I have configured this one below. What should I writte in target?

Thank you,

Try the following search:

Source: "(<[0-9]+[:letter:]\´)=1"
Target: -<@1
Search mode: Regular Expressions
PowerSearch: on

1 Like

It works!!
Thank you,