Posts by F. Cavalcante • 51 points
1 post
-
5
votes3
answers430
viewsA: Replace part of a Java String
You can use the "String.format()" class/method, which allows you to reuse the string by passing the variables you want to replace. String cargo = "FRONTEND"; String mailContent =…
javaanswered F. Cavalcante 51