Mercurial > hg > ismi-richfaces
comparison src/main/java/Borrar.java @ 1:2e911857a759
(none)
author | jurzua |
---|---|
date | Wed, 29 Oct 2014 14:00:28 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:74df02964906 | 1:2e911857a759 |
---|---|
1 | |
2 public class Borrar { | |
3 | |
4 public static void main(String[] args) { | |
5 String s = new String("CODEX:distinguishing_features&CODEX¬es_on_ownership&CODEX:notes"); | |
6 String[] array = s.split("&"); | |
7 System.out.println(array.length); | |
8 } | |
9 | |
10 } |