Q32
The regular expression to match any one character not between the brackets is
A.
[…]
B.
[^]
C.
[^…]
AnswerD.
[D]
Answer: Option C
Solution
Answer: Option C
Solution:
The [^…] character class is used to match or draw any one character not between the brackets.