Search:

Type: Posts; User: dopefish

Search: Search took 0.14 seconds.

  1. Re: compare two strings to see if they end with the same sub-string

    Search the API for THE string function String.endsWith() and compare them(Edith THE equals)
    If you juist want to compare you dan compare substrings like this:

    ...
  2. Replies
    9
    Views
    1,974

    Re: Help needed for writing a code

    /** Trims the character array from the given character
    * Since you can't shorten the array it'll just fill the remaining end of the array with spaces
    *
    * @param c The to-be-trimmed array
    ...
Results 1 to 2 of 2