Internationalization
© examsiri.com
Question : 13 of 18
Marks:
+1,
-0
Given:
Which regular expression inserted at line 2 will correctly split test into“Test A,” “Test B,” and “Test C”?
1. String test = “Test A. Test B. Test C.”;
2. /* insert code here*/
3. String[] result = test.split(regex);Which regular expression inserted at line 2 will correctly split test into“Test A,” “Test B,” and “Test C”?
Go to Question: