Regex where ) is in the source but it's missing in the target

Hi guys, I need a check to look for strings where ) is present in the source, but it’s missing in the target. I’ve tried the below:

1-

Source: )

Target: -)

Search mode: simple

Normal search

Result: Doesn’t work. It literally looks for ) preceded by a -

2-

Source: \)

Target: -\)

Search Mode: Regular expressions

With normal search I get the error “Error in target: Invalid char” and with Power search i get the error “Error in source: incomplete expression).

Please help. Thanks in advance

Try the following search:

Source: ")"
Target: -")"
PowerSearch: on
Search mode: simple

That worked, thanks a lot!