You can split a string by dot using the following regex inside the String.split() method. Here, we need to use double backslash before dot(.) ...
確定! 回上一頁