Question:Which of the following operators perform pattern matching?
A % B _ (underscore) C = D == E is =
+ AnswerA B
+ Report