Aaron's Blog logo Aaron's Blog

String[] removeSymbols = { "", "" };  //★

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