Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The regular expression to match any one character not between the brackets is _________

a) […]
b) [^]
c) [^…]
d) [\D]

Answer: c
Explanation: RegExp defines a special set of character that is used to do manipulation on strings and other variables. The [^…] character class is used to match or draw any one character not between the brackets.

Join The Discussion