Multiple Choice
Which of the following is true about regular expressions?
A) In most cases, regular expression patterns are processed from right to left.
B) Matches occur when patterns are found anywhere within a source string.
C) By default, matches are case insensitive.
D) Every character inside a pattern is taken literally, including metacharacters.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q9: Which of the character classes can be
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
Q15: Which of the following regular expression metacharacters