Search:

Type: Posts; User: chronoz13

Search: Search took 0.08 seconds.

  1. Replies
    13
    Views
    2,979

    Re: How to remove letters

    how sir? can you show a little example?
  2. Replies
    13
    Views
    2,979

    Re: How to remove letters

    ahh theres a difference in .substring() method and .delete() method..

    in substring() method it extracts the location of the specified character or string.
    while in delete() method it deletes or...
  3. Replies
    13
    Views
    2,979

    Re: How to remove letters

    ahh .delete() method.. whaa didnt notice it :) \m/

    hmmm ill keep that one
  4. Replies
    13
    Views
    2,979

    Re: How to remove letters

    ei.. in string builder? extract a string? can you please give a little example of that using stringbuilder sir?
    tnx in advance!! \m/
  5. Replies
    13
    Views
    2,979

    Re: How to remove letters

    another example..

    this one will show you how to extract or remove a String.
    this one differs to my first example..

    public class Sample1 {

    public static void main(String[] args) {

    ...
  6. Replies
    13
    Views
    2,979

    Re: How to remove letters

    this might help you a little bit
    public class StringFormat3 {

    public static void main(String[] args) {

    String name;

    name = "zabdiel";

    //dont bother this...
Results 1 to 6 of 6