Question: When using pattern matching, which character matches on any object?

  1. `%`
  2. `_`
  3. `^`
  4. `-`

Answer: The correct answer of the above question is Option B:`_`