What is the RegX, to detect same word is exist in the source segment and target segment?

For Example:
Source Segment: Don’t want employers to find you on Indeed? You can [set your resume to “not searchable”|button] instead.
Target Segment: Don’t ingin employers menemukan Anda di Indeed? Anda dapat [menetapkan CV Anda sebagai “tidak dapat dicari”|button].

Try the following to detect a word in source and target:
Source: "(<[a-z\'\-]+>)=1"
Target: -@1
Search mode: Regular Expressions
PowerSearch: On.

Dear omartin,
Thanks for your reply but It did not work with this segment (in my example)