public
class
tihuan {
static
void
main(String args[]){
String str =
new
String(
"今天太TM爽了"
);
System.out.printf(str.replace(
"TM"
,
"**"
));
}