Guest User

Untitled

a guest
Jul 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class JavaFiddle {
  2.  
  3. static String s = " 1 0 3 150.00";
  4.  
  5. public static void main(String[] args) {
  6. System.out.println(s.split("\t+")[0]);
  7. }
  8. }
Add Comment
Please, Sign In to add comment