I am writing a program and I need to replace some words with others, but sometimes the words can be similar.
Words do not have spaces, and they are always complete words.
Example:
String[] palabrasAcambiar = {"pan","pan2"};
String[] valo...
asked by
12.10.2016 / 09:41