Multiple Choice
To replace only the first match to a regular expression, you must pass as an ar?gument to regex_replace.
A) -1
B) format_first_only
C) replace_first_only
D) 0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: A copy of an auto_ptr:<br>A) shares the
Q12: To use shared_ptrs in your program you
Q13: Regex_replace returns an):<br>A)bool<br>B)string<br>C)smatch<br>D)void
Q14: Which of the following is not a
Q15: The library in TR1 is based on
Q17: The regular expression "A{5,}" matches:<br>A) less than
Q18: The "^" and "$" characters represent:<br>A) back
Q19: The regular expression "[^0-9]+:\s\d{2,}" matches:<br>A) "123: Jones"<br>B)
Q20: Regular expressions are used in:<br>A) text editors<br>B)
Q21: The character class \s represents any:<br>A) whitespace