Search:

Type: Posts; User: Ganeprog

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,284

    [SOLVED] Re: String Manipulation.

    Its just simple if you use replace() method. For example

    String output=input.replace(",","");

    If you entered number with comma(,) it will remove.

    Thanks:o
  2. Replies
    6
    Views
    1,284

    [SOLVED] Re: String Manipulation.

    Hi,

    Sorry i didn't get your question. Please explain clearly what is your expectation result with some example.

    Thanks,:o
Results 1 to 2 of 2