nerdexam
CIW

1D0-437 · Question #18

Which one of the following choices will replace all occurrences of the word perl with the word Perl?

The correct answer is D. s/perl/Perl/g. See the full explanation below for the reasoning.

Question

Which one of the following choices will replace all occurrences of the word perl with the word Perl?

Options

  • As/Perl/perl/l;
  • Bs/"perl"/Perl"/g;
  • Cs/"perl"/"Perl"/;
  • Ds/perl/Perl/g;

How the community answered

(59 responses)
  • A
    10% (6)
  • B
    7% (4)
  • C
    3% (2)
  • D
    80% (47)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice