弦 :
"75,000", "is", "95%", "or", "95/100" "of", "monthly", "income"
o/p :
"is","%, "or", "/", "of", "monthly", "income"
私は以下を試みています: for ループで
if (String.matches("[\\d]*[.,]*[\\d%]"))
{
String = String.replaceAll("[\\d]*[.,]*[\\d%]","");
String.previous();
String.set(token);
String.remove();
String.next();
}
しかし、まったく数値が上がらない。
助けていただければ幸いです