Multiple Choice
Using regular expressions you can define patterns that ____.
A) Perform search and replace operations on strings
B) Keep counts of instances of patterns
C) Extract a substring from a larger string
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The most basic type of regular expression
Q3: The \A character is used in a
Q4: Data processed by computer scripts can come
Q5: The . character is used in a
Q6: The \D character is used in a
Q8: The _ metacharacter modifier is used to
Q9: Which of the character classes can be
Q10: Which of the following is true about
Q11: Which of the following statements is true
Q12: The =~ operator is the "not equals