package lesson_1; public class Frame_38 { public static void main(String[] args) { // TODO Auto-generated method stub String mtQuote="Let us always meet each other with smile, for the smile is the beginning of love."; System.out.println(mtQuote.replaceAll("smile", ":)")); } }