Multiple Choice
Which of the character classes can be used to match a number between 0 and 9?
A) /[numeric]/
B) /[a - x , 0 - 9]/
C) /[0-9]/
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Data processed by computer scripts can come
Q5: The . character is used in a
Q6: The \D character is used in a
Q7: Using regular expressions you can define patterns
Q8: The _ metacharacter modifier is used to
Q10: Which of the following is true about
Q11: Which of the following statements is true
Q12: The =~ operator is the "not equals
Q13: Which of the following operators should be
Q14: Which of the following regular expression metacharacters