Quick Regex (regular expressions) task in Java

Job ID: 32767384

Budget: £10 – £11 GBP

I need to figure out how to tell whether a character is in this list "{}[]()" using regex, in Java

I.e.

"(" -> true
"]" -> true
"f" -> false

I have attached a screenshot of what I've got so far.