Advertisement
illpastethat

string split #java

Nov 26th, 2013
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. //ascii = 54'100'59'82'102'77'60'62'85'61'50'75'55'
  2.             String[] parts = ascii.split("\"" + ascii.charAt(2) + "\"");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement