Given:<br /> <img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080116065730032.jpg?sign=14c8569c215ed9d9d0312128fa4d02d7&t=62d40a9f" /><br /> <img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080116071152430.jpg?sign=bd22ab6260e5202b8b5ee7262df2a6ee&t=62d40a9f" /><br /> Which regular expression, inserted at line 12, correctly splits test into "Test A", "Test B", and "Test C"?()
A、String regex="";
B、String regex=" .";
C、String regex=".*";
D、String regex="\\s";
E、String regex="\\.\\s*";
F、String regex="\\w[\.]+";