Multiple Choice
What syntax would a Vim user choose if they wanted to perform a search-and-replace operation on an entire document?
A) :r/"string"/"string"/g
B) %r/"string"/"string"/g
C) :s/"string"/"string"/g
D) %s/"string"/"string"/g
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: What key feature in the PowerShell ISE
Q20: Match each item with a statement below.<br>-An
Q21: Describe two search-and-replace modes used by most
Q22: If a Vim user wants to use
Q23: Describe how the basic cut, copy, and
Q25: To search for more than one word
Q26: Match each item with a statement below.<br>-A
Q27: To cut a highlighted line from a
Q28: PowerShell ISE is an integrated development environment
Q29: What command would a Vim user enter