I'm using openJDK1.7 , I'm in need of help.
String[] vetor = {"\"Jui.ce \"", "j-90.0", "Abobr.e-u"};
for(int = 0; i < vetor.length; i++)
vetor[i].replaceAll("[()-.\"]", "");
The above code among others is not giving a problem b...
asked by
26.01.2017 / 23:24