Checklist manager

Could you help me out with the folowing;
how can I perform a check on signs in the translated text?
Source contains =, <; >; * and I would like to add these to my checklist manager to check my translation.

Thank you in advance.

The following search should find all segments that contain one of these characters “=<>*”:

Source: "[=\<\>\*]"
Search mode: Regular Expression
PowerSearch: On.

However, if you need to find all segments that contain all those characters, this search suits your needs:

Source: < > * =
Search mode: Simple
PowerSearch: On.

Thank you for your quick reply with the solution!