Given the regular expression /[^Cc]at/, where does the system look for the “C” or “c”?
A.
nowhere, because the content is negated
B.
at the beginning of the line
C.
at the end of the line
D.
anywhere
Given the regular expression /[^Cc]at/, where does the system look for the “C” or “c”?
Given the regular expression /[^Cc]at/, where does the system look for the “C” or “c”?
A.
nowhere, because the content is negated
B.
at the beginning of the line
C.
at the end of the line
D.
anywhere