nerdexam
Zend

200-530 · Question #382

You want to search for such users who have not used any digit in their user names to register to your Website. Which of the following regular expressions will you use to accomplish the task?

The correct answer is B. [^[:digit:]]. See the full explanation below for the reasoning.

Question

You want to search for such users who have not used any digit in their user names to register to your Website. Which of the following regular expressions will you use to accomplish the task?

Options

  • A[[:digit:]^]
  • B[^[:digit:]]
  • C^[[:digit]]
  • D[[:digit:^]]

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    73% (24)
  • C
    3% (1)
  • D
    18% (6)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice