Search results

  1. L

    Since there is a "replaceFirst" method in java, is there a "replaceLast" method?

    i'm trying to change the last character per word in the input sentence by the word java.. this program below works... but there is some major problems with it //addjava2.java import javax.swing.JOptionPane; public class addjava2 { public static void main(String args[]) { String...
Back
Top