String[] removeSymbols = { "", "" }; //★
for ( String removeSymbol : removeSymbols ) {
// if( body.indexOf(removeChar) > 0 ){
// body = body.replaceAll( "([" + removeSymbol + "]).*</a>", "" );
// break;
//}
String[] removeSymbols = { "", "" }; //★
for ( String removeSymbol : removeSymbols ) {
// if( body.indexOf(removeChar) > 0 ){
// body = body.replaceAll( "([" + removeSymbol + "]).*</a>", "" );
// break;
//}