The regular expression flag _____ specifies that white space characters within the regular expression should be ignored.

A. ?i
B. ?s
C. ?m
D. ?x


Answer: D

Computer Science & Information Technology

You might also like to view...

What will be output by the following statements?

double x = .0012345; cout << fixed << x << endl; cout << scientific << x << endl; a. 1.234500e-003 0.001235 b. 1.23450e-003 0.00123450 c. .001235 1.234500e-003 d. 0.00123450 1.23450e-003

Computer Science & Information Technology

An example of a container is a/an:

a. array b. vector c. linked list d. all of the above

Computer Science & Information Technology

What command is used to display a router’s current running configuration?

a. show running-config b. show routing c. show interface d. show controller e. show config

Computer Science & Information Technology

Excel workbooks are identified by tabs at the top of the window

Indicate whether the statement is true or false

Computer Science & Information Technology