How to convert -lrb-300-rrb- 922-6590
to -lrb-300-rrb- 922-6590
in java?
Have tried the following:
t.lemma = lemma.replaceAll("\\p{C}", " "); t.lemma = lemma.replaceAll("[\u0000-\u001f]", " ");
Perhaps something conceptual is missing. Understand any pointers to a solution.
thanks
source share