Multiple Choice
Which of the following String methods can be used to substitute the first instance of a search pattern within a string?
A) sub
B) gsub
C) rsub
D) None 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
Q7: Using regular expressions you can define patterns
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