Search:

Type: Posts; User: JavaPF

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    2,223

    Re: SMS Textspeak Corrector

    Here is an example for you. It's not perfect but you get the idea. Obviousally it needs to be adapted for JavaME.



    public static String[] txtWord = {"txt","spk","lol","np","brb"};
    public...
  2. Replies
    4
    Views
    2,223

    Re: SMS Textspeak Corrector

    Hello SHENGTON,

    Welcome to the Java Programming Forums.

    I don't have any experience in JavaME but in JaveSE you could use the String replaceAll method for correcting - String (Java Platform SE...
Results 1 to 2 of 2