Mercurial > hg > ismi-richfaces
view src/main/java/Borrar.java @ 52:4ee8d47e1e34
hide simple search when not logged in. add scan viewer link to displayAuthor when codex is public.
author | casties |
---|---|
date | Fri, 02 Oct 2015 10:42:27 +0000 |
parents | 2e911857a759 |
children |
line wrap: on
line source
public class Borrar { public static void main(String[] args) { String s = new String("CODEX:distinguishing_features&CODEX¬es_on_ownership&CODEX:notes"); String[] array = s.split("&"); System.out.println(array.length); } }