Question: What character class is equal to this set?

  1. `[[:alnum:]]`
  2. `[[:digit:]]`
  3. `[[:alpha:]]`
  4. `[[:num:]]`

Answer: The correct answer of the above question is Option B:`[[:digit:]]`